php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37216 Grammar correction for language.oop.constructor.php
Submitted: 2006-04-27 06:27 UTC Modified: 2006-04-27 07:29 UTC
From: bugs at jlevine dot oiiiio dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows XP
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: bugs at jlevine dot oiiiio dot net
New email:
PHP Version: OS:

 

 [2006-04-27 06:27 UTC] bugs at jlevine dot oiiiio dot net
Description:
------------
On the manual page at http://php.net/manual/en/language.oop.constructor.php
a part of the text contains a typo.

"If a class has no constructor, the constructor of the base class is being called,"
should read:
"If a class has no constructor, the constructor of the base class will be called,"

Expected result:
----------------
Documentation with clear English.

Actual result:
--------------
Documentation with unclear English.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-27 07:29 UTC] vrana@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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 22:00:03 2025 UTC