ID:               23929
 Updated by:       [EMAIL PROTECTED]
 Reported By:      philip at cornado dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: linux
 PHP Version:      4.3.2
-Assigned To:      
+Assigned To:      helly
 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

When some engine facility tries to call a non existing functions you
receive such errors.


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

[2003-05-31 15:55:47] philip at cornado dot com

register_shutdown_function() provides a warning instead of a fatal
error when calling an undefined function.  Not sure if this is
intentional or not but here's a test script:

<?php
echo 'hello';
register_shutdown_function('do_not_exist');
?>

And next, the strange looking error.  Same result for both Apache
module and CLI:

Hello
Warning: Unknown(): Unable to call do_not_exist() - function does not
exist in Unknown on line 0

A PHP5 CLI demonstrates this same error.

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


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

Reply via email to