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

Changed category to Scripting Engine problem insted of website problem,
don't know what happend


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