Home
last modified time | relevance | path

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

/PHP-8.3/win32/
H A Dsignal.c53 orig_interrupt_function = zend_interrupt_function; in php_win32_signal_ctrl_handler_init()
54 zend_interrupt_function = php_win32_signal_ctrl_interrupt_function; in php_win32_signal_ctrl_handler_init()
68 zend_interrupt_function = orig_interrupt_function; in php_win32_signal_ctrl_handler_shutdown()
/PHP-8.3/Zend/
H A Dzend.h334 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
H A Dzend_execute_API.c1003 } else if (zend_interrupt_function) { in zend_call_function()
1004 zend_interrupt_function(EG(current_execute_data)); in zend_call_function()
H A Dzend.c89 ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data); variable
938 zend_interrupt_function = NULL; in zend_startup()
H A Dzend_vm_def.h10123 } else if (zend_interrupt_function) { in ZEND_VM_HELPER()
10124 zend_interrupt_function(execute_data); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3695 } else if (zend_interrupt_function) { in zend_interrupt_helper_SPEC()
3696 zend_interrupt_function(execute_data); in zend_interrupt_helper_SPEC()
/PHP-8.3/ext/pcntl/
H A Dpcntl.c131 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
132 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc1723 | //} else if (zend_interrupt_function) {
1724 if (zend_interrupt_function) {
1725 | //zend_interrupt_function(execute_data);
1728 | EXT_CALL zend_interrupt_function, r0
1731 | EXT_CALL zend_interrupt_function, r0
H A Dzend_jit_arm64.dasc1790 | //} else if (zend_interrupt_function) {
1791 if (zend_interrupt_function) {
1792 | //zend_interrupt_function(execute_data);
1794 | EXT_CALL zend_interrupt_function, TMP1

Completed in 209 milliseconds