Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_vm_def.h8115 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable
8125 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
8127 for (i = throw_op_num; i < range->end; i++) {
8139 throw_op_num = range->end;
8145 if (try_catch->try_op > throw_op_num) {
8149 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
8154 cleanup_unfinished_calls(execute_data, throw_op_num);
8176 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
H A Dzend_vm_execute.h3262 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
3272 &EX(func)->op_array, throw_op_num, throw_op->op1.var); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3274 for (i = throw_op_num; i < range->end; i++) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3286 throw_op_num = range->end; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3292 if (try_catch->try_op > throw_op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3296 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3301 cleanup_unfinished_calls(execute_data, throw_op_num); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3323 …zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_num ZEND_OPCODE_HAN… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 186 milliseconds