Home
last modified time | relevance | path

Searched refs:unregister_tick_function (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug41037.phpt2 Bug #41037 (unregister_tick_function() inside the tick function crash PHP)
8 unregister_tick_function('a');
18 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
21 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
23 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
7 unregister_tick_function($closure);
/PHP-5.5/ext/standard/
H A Dbasic_functions.h119 PHP_FUNCTION(unregister_tick_function);
H A Dbasic_functions.c3004 PHP_FE(unregister_tick_function, arginfo_unregister_tick_function)
5776 PHP_FUNCTION(unregister_tick_function) argument
/PHP-5.5/
H A DNEWS1446 . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
7601 - Fixed bug #41037 (unregister_tick_function() inside the tick function crash PHP).

Completed in 36 milliseconds