php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37215 Grammar correction for language.oop.php page
Submitted: 2006-04-27 06:11 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
 [2006-04-27 06:11 UTC] bugs at jlevine dot oiiiio dot net
Description:
------------
On the manual page at http://php.net/manual/en/language.oop.php
a part of the text contains a typo.

"Instead, in order to be able to access it's own functions" 
should read:
"Instead, in order to be able to access its own functions"

I would also recommend rephrasing the fragment of the preceding line from:
"it was unknown that the object will be named $cart or $another_cart later."
to
"it was unknown whether the object would be named $cart, $another_cart, or something else later."

Expected result:
----------------
Webpage with correct English.

Actual result:
--------------
Webpage containing typo.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-27 07:26 UTC] dave@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.
 [2006-04-27 07:27 UTC] dave@php.net
Seems I acted a bit early, go ahead Vrana.
 [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: Sat Aug 02 13:00:02 2025 UTC