ID: 31257 Updated by: [EMAIL PROTECTED] Reported By: j8859 at clix dot pt -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: 5.0.3 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: ------------------------------------------------------------------------ [2004-12-23 16:20:28] j8859 at clix dot pt This is a documentation error that appears in the "language.oop5.basic.php" file, under the "extends" chapter. ------------------------------------------------------------------------ [2004-12-22 20:58:37] j8859 at clix dot pt Description: ------------ Where is: "The inherited methods and members can be overloaded, unless the parent class has defined a method as final, by redeclaring them within the same name defined in the parent class. It is possible to access the overloaded method or members by referencing them with parent::" Should be: "The inherited methods and members can be overrided, unless the parent class has defined a method as final, by redeclaring them within the same name defined in the parent class. It is possible to access the overrided method or members by referencing them with parent::" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31257&edit=1
