php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32961 Overloading __get() prototype incorrect
Submitted: 2005-05-06 07:07 UTC Modified: 2005-05-06 09:40 UTC
From: jason at ionzoft dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Redhat ES 3.0
Private report: No CVE-ID: None
 [2005-05-06 07:07 UTC] jason at ionzoft dot com
Description:
------------
On:

   http://us2.php.net/manual/en/language.oop5.overloading.php

Under:

   Member overloading

This Line:

   mixed __get ( mixed name )

Should read:

   mixed __get ( string name )



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-06 09:40 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: Wed Sep 10 22:00:01 2025 UTC