ID:          35595
 Updated by:  [EMAIL PROTECTED]
 Reported By: david at tulloh dot id dot au
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: Irrelevant
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2005-12-08 07:54:08] david at tulloh dot id dot au

Description:
------------
Example 11-13 from
http://www.php.net/manual/en/language.pseudo-types.php shows callback
function examples.

The last line is:
call_user_func(array(&$obj, 'myCallbackMethod'));

The pointer should no longer be used, this should now be:
call_user_func(array($obj, 'myCallbackMethod'));



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35595&edit=1

Reply via email to