Home
last modified time | relevance | path

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

/PHP-7.4/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');
19 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
22 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-7.4/ext/standard/
H A Dbasic_functions.h119 PHP_FUNCTION(unregister_tick_function);
H A Dbasic_functions.c3036 PHP_FE(unregister_tick_function, arginfo_unregister_tick_function)
5878 PHP_FUNCTION(unregister_tick_function) argument

Completed in 23 milliseconds