php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42097 Typo in user-comment
Submitted: 2007-07-25 09:08 UTC Modified: 2007-08-16 10:14 UTC
From: phpbugs at rjharrison dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2007-07-25 09:08 UTC] phpbugs at rjharrison dot org
Description:
------------
http://www.php.net/call_user_func_array

(http://uk.php.net/manual/en/function.call-user-func-array.php#74427)

I made an error in my comment, in the last line.

Reproduce code:
---------------
// this is the same as: new myCommand('a', 'b', 'c');

Expected result:
----------------
// this is the same as: new myCommand('a', 'b');


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-16 10:14 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 Aug 13 22:00:03 2025 UTC