Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/tests/
H A Dbug81577_3.phpt2 Bug #81577: (Exceptions in interrupt handlers: cleanup_live_vars)
/PHP-8.2/Zend/
H A Dzend_execute.c4480 static void cleanup_live_vars(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_n… in cleanup_live_vars() function
4539 cleanup_live_vars(execute_data, op_num, catch_op_num); in zend_cleanup_unfinished_execution()
H A Dzend_vm_def.h7958 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()
7969 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in ZEND_VM_HELPER()
8006 cleanup_live_vars(execute_data, op_num, 0); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h3156 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()
3167 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in zend_dispatch_try_catch_finally_helper_SPEC()
3204 cleanup_live_vars(execute_data, op_num, 0); in zend_dispatch_try_catch_finally_helper_SPEC()

Completed in 159 milliseconds