ID:          42216
 Updated by:  [EMAIL PROTECTED]
 Reported By: elroy_chops at hotmail dot com
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 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:
------------------------------------------------------------------------

[2007-08-06 03:09:31] elroy_chops at hotmail dot com

Description:
------------
PHP Manual > Classes and Objects (PHP 5) > The Basics > Extends

Tiny change required to the below sentence from this page
http://au3.php.net/manual/en/language.oop5.basic.php

"The inherited methods and members can be overridden, unless the parent
class has defined a method as final, by redeclaring them within the same
name defined in the parent class."

The word 'within' should be replaced by the word 'with'. See below.

"The inherited methods and members can be overridden, unless the parent
class has defined a method as final, by redeclaring them with the same
name defined in the parent class."



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42216&edit=1

Reply via email to