ID:               44403
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Windows Vista
 PHP Version:      5.2.5
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Fixed in 5_3 by Iliaa


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

[2008-03-11 00:19:43] [EMAIL PROTECTED]

Description:
------------
register_tick_function() does not check if the first parameter is a
valid callback.

Reproduce code:
---------------
<?php
        register_tick_function('non_existing_function');
?>

Expected result:
----------------
Warning: 'non_existing_function' is not a valid callback in
C:\webserver\webroot\program.php on line 2

... or something similar

Actual result:
--------------
No error issued


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


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

Reply via email to