| vrana@php.net 2006-04-27, 3:58 am |
| ID: 37216
Updated by: vrana@php.net
Reported By: bugs at jlevine dot oiiiio dot net
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Windows XP
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.
Thank you for the report, and for helping us make our documentation
better.
Previous Comments:
------------------------------------------------------------------------
[2006-04-27 06:27:58] bugs at jlevine dot oiiiio dot net
Description:
------------
On the manual page at
http://php.net/manual/en/language.oop.constructor.php
a part of the text contains a typo.
"If a class has no constructor, the constructor of the base class is
being called,"
should read:
"If a class has no constructor, the constructor of the base class will
be called,"
Expected result:
----------------
Documentation with clear English.
Actual result:
--------------
Documentation with unclear English.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37216&edit=1
|