php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28693 Documentation claims no __call support in overload
Submitted: 2004-06-08 12:22 UTC Modified: 2004-06-10 17:38 UTC
From: tuupola at appelsiini dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
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: tuupola at appelsiini dot net
New email:
PHP Version: OS:

 

 [2004-06-08 12:22 UTC] tuupola at appelsiini dot net
Description:
------------
The warning box in http://fi.php.net/manual/en/ref.overload.php
says:

"There is no __call() support currently, you can only overload the get and set operations for properties."

AFAIK this is wrong since I have been successfully using __call() since 4.3.2-RC2.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-10 17:38 UTC] nlopess@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.

__call is supported since PHP 4.2 (when the overload extension born).
 [2020-02-07 06:12 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=671a85efdc7284753bf9f6060f8c6037189b7c5b
Log: fix #28693: remove bogus note and fix example output
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 03 17:00:03 2025 UTC