php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42216 oop5 basics- extends. Sentence incorrect
Submitted: 2007-08-06 03:09 UTC Modified: 2007-08-06 08:42 UTC
From: elroy_chops at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: elroy_chops at hotmail dot com
New email:
PHP Version: OS:

 

 [2007-08-06 03:09 UTC] 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."


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-06 08:42 UTC] rquadling@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:10 UTC] phpdocbot@php.net
Automatic comment on behalf of rquadling
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=e496561004a19882b9b930a620dbb0f36c0c0cf0
Log: Fix #42216
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Sep 11 22:00:01 2025 UTC