php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #43581 "class::method" not documented for callbacks
Submitted: 2007-12-12 18:05 UTC Modified: 2008-02-09 12:17 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: derick@php.net Assigned: colder (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
 [2007-12-12 18:05 UTC] derick@php.net
Description:
------------
Through one of our users we found:
http://thread.gmane.org/gmane.comp.web.ezcomponents.devel/3348/focus=3349

http://no2.php.net/callback does not document the "classname::methdname" syntax which is available since 5.2.3 - although there is a user comment for it at http://php.net/call_user_func . Both pages should be updated I suppose.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-13 09:03 UTC] colder@php.net
I will take care of that along with some cleanups.
 [2007-12-26 18:40 UTC] bjori@php.net
(Stupid firefox)
 [2008-02-09 12:17 UTC] colder@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.

In fact fixed by Felipe.

callback array('Foo', 'parent::bar'); documented as well
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 19:01:30 2024 UTC