Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend.h261 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
H A Dzend.c55 ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data); variable
697 zend_interrupt_function = NULL; in zend_startup()
H A Dzend_vm_def.h8717 } else if (zend_interrupt_function) {
8719 zend_interrupt_function(execute_data);
H A Dzend_vm_execute.h2069 } else if (zend_interrupt_function) {
2071 zend_interrupt_function(execute_data);
/PHP-7.1/ext/pcntl/
H A Dpcntl.c542 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
543 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()

Completed in 152 milliseconds