Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_def.h7253 uint32_t throw_op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes; variable
7264 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
7271 if (try_catch->try_op > throw_op_num) {
7275 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
7280 cleanup_unfinished_calls(execute_data, throw_op_num);
7282 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
H A Dzend_vm_execute.h1756 uint32_t throw_op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes; local
1767 throw_op_num = EX(func)->op_array.live_range[exc_opline->op2.num].end;
1774 if (try_catch->try_op > throw_op_num) {
1778 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
1783 cleanup_unfinished_calls(execute_data, throw_op_num);
1785 …zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_num ZEND_OPCODE_HAN…

Completed in 155 milliseconds