php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31351 Error in french translation for __get prototype
Submitted: 2004-12-30 12:01 UTC Modified: 2004-12-31 11:36 UTC
From: flp1 at tiscali dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: flp1 at tiscali dot fr
New email:
PHP Version: OS:

 

 [2004-12-30 12:01 UTC] flp1 at tiscali dot fr
Description:
------------
On page 'manual/fr/language.oop5.overloading.php', there is an error in the declaration of the __get function :

void __get(mixed name)

should be :

mixed __get(mixed name)

Minor but it can confuse people trying to use the new PHP5 object functionalities.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-31 11:36 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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 16:00:01 2025 UTC