Home
last modified time | relevance | path

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

/PHP-8.4/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.4/Zend/
H A Dzend_system_id.c81 if (zend_interrupt_function) { in zend_finalize_system_id()
H A Dzend.h358 extern ZEND_API void (*zend_interrupt_function)(zend_execute_data *execute_data);
H A Dzend_execute_API.c1042 } else if (zend_interrupt_function) { in zend_call_function()
1043 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
969 zend_interrupt_function = NULL; in zend_startup()
H A Dzend_execute.c4080 } else if (zend_interrupt_function) { in zend_fcall_interrupt()
4081 zend_interrupt_function(call); in zend_fcall_interrupt()
H A Dzend_vm_def.h10401 } else if (zend_interrupt_function) { in ZEND_VM_HELPER()
10402 zend_interrupt_function(execute_data); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3878 } else if (zend_interrupt_function) { in zend_interrupt_helper_SPEC()
3879 zend_interrupt_function(execute_data); in zend_interrupt_helper_SPEC()
/PHP-8.4/ext/pcntl/
H A Dpcntl.c217 orig_interrupt_function = zend_interrupt_function; in PHP_MINIT_FUNCTION()
218 zend_interrupt_function = pcntl_interrupt_function; in PHP_MINIT_FUNCTION()
/PHP-8.4/
H A DUPGRADING.INTERNALS406 * DO_ICALL, DO_FCALL, and DO_FCALL_BY_NAME now call zend_interrupt_function
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c2009 if (zend_interrupt_function) { in zend_jit_interrupt_handler_stub()
2010 ir_CALL_1(IR_VOID, ir_CONST_FUNC(zend_interrupt_function), jit_FP(jit)); in zend_jit_interrupt_handler_stub()
10274 if (zend_interrupt_function) {
10385 if (!zend_interrupt_function) {

Completed in 214 milliseconds