Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c2853 static void cleanup_live_vars(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_n… in cleanup_live_vars() function
2905 cleanup_live_vars(execute_data, op_num, catch_op_num); in zend_cleanup_unfinished_execution()
H A Dzend_vm_def.h6915 cleanup_live_vars(execute_data, op_num, try_catch->catch_op);
6921 cleanup_live_vars(execute_data, op_num, try_catch->finally_op);
6953 cleanup_live_vars(execute_data, op_num, 0);
H A Dzend_vm_execute.h1698 cleanup_live_vars(execute_data, op_num, try_catch->catch_op);
1704 cleanup_live_vars(execute_data, op_num, try_catch->finally_op);
1736 cleanup_live_vars(execute_data, op_num, 0);

Completed in 222 milliseconds