ID: 31257 User updated by: j8859 at clix dot pt Reported By: j8859 at clix dot pt Status: Open Bug Type: Documentation problem PHP Version: 5.0.3 New Comment:
This is a documentation error that appears in the "language.oop5.basic.php" file, under the "extends" chapter. Previous Comments: ------------------------------------------------------------------------ [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