Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c3953 static void cleanup_live_vars(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_n… in cleanup_live_vars() function
4011 cleanup_live_vars(execute_data, op_num, catch_op_num); in zend_cleanup_unfinished_execution()
H A Dzend_vm_def.h7469 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()
7475 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in ZEND_VM_HELPER()
7507 cleanup_live_vars(execute_data, op_num, 0); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h2542 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()
2548 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in zend_dispatch_try_catch_finally_helper_SPEC()
2580 cleanup_live_vars(execute_data, op_num, 0); in zend_dispatch_try_catch_finally_helper_SPEC()

Completed in 190 milliseconds