Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_vm_def.h8030 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable
8040 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
8042 for (i = throw_op_num; i < range->end; i++) {
8054 throw_op_num = range->end;
8060 if (try_catch->try_op > throw_op_num) {
8064 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
8069 cleanup_unfinished_calls(execute_data, throw_op_num);
8091 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
H A Dzend_vm_execute.h3228 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
3238 &EX(func)->op_array, throw_op_num, throw_op->op1.var); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3240 for (i = throw_op_num; i < range->end; i++) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3252 throw_op_num = range->end; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3258 if (try_catch->try_op > throw_op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3262 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3267 cleanup_unfinished_calls(execute_data, throw_op_num); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3289 …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 184 milliseconds