Home
last modified time | relevance | path

Searched refs:throw_op_num (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_vm_def.h7059 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable
7070 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
7077 if (try_catch->try_op > throw_op_num) {
7081 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
7086 cleanup_unfinished_calls(execute_data, throw_op_num);
7107 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
H A Dzend_vm_execute.h1748 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; local
1759 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
1766 if (try_catch->try_op > throw_op_num) {
1770 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
1775 cleanup_unfinished_calls(execute_data, throw_op_num);
1796 …zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_num ZEND_OPCODE_HAN…

Completed in 181 milliseconds