ID: 39985 Updated by: [EMAIL PROTECTED] Reported By: gidanmx2 at gmail dot com -Status: Open +Status: Bogus Bug Type: *Programming Data Structures Operating System: Linux PHP Version: 5.2.0 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2006-12-29 15:19:22] gidanmx2 at gmail dot com Description: ------------ call_user_func() call an buildin function and not only user function. Reproduce code: --------------- <?php call_user_func("phpinfo"); ?> Expected result: ---------------- Fatal Error: "phpinfo" is not a user definited function Actual result: -------------- the return of phpinfo()... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39985&edit=1