php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31257 Documentation error on language.oop5.basic.php
Submitted: 2004-12-22 20:58 UTC Modified: 2004-12-28 15:39 UTC
From: j8859 at clix dot pt Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS:
Private report: No CVE-ID: None
 [2004-12-22 20:58 UTC] 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::"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-23 16:20 UTC] 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-28 15:39 UTC] didou@php.net
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.


 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of didou
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=5aff634366d196a6169aad6f873f1c23e3d246a6
Log: fix #31257: s/overloaded/overrided
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 19:00:03 2025 UTC