Searched refs:throw_op_num (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_vm_def.h | 6966 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable 6976 &EX(func)->op_array, throw_op_num, throw_op->op1.var); 6977 throw_op_num = range->end; 6983 if (try_catch->try_op > throw_op_num) { 6987 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { 6992 cleanup_unfinished_calls(execute_data, throw_op_num); 7013 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
|
H A D | zend_vm_execute.h | 1749 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; local 1759 &EX(func)->op_array, throw_op_num, throw_op->op1.var); 1760 throw_op_num = range->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 128 milliseconds