Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_def.h7524 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable
7534 &EX(func)->op_array, throw_op_num, throw_op->op1.var);
7535 throw_op_num = range->end;
7541 if (try_catch->try_op > throw_op_num) {
7545 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
7550 cleanup_unfinished_calls(execute_data, throw_op_num);
7569 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
H A Dzend_vm_execute.h2597 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
2607 &EX(func)->op_array, throw_op_num, throw_op->op1.var); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2608 throw_op_num = range->end; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2614 if (try_catch->try_op > throw_op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2618 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2623 cleanup_unfinished_calls(execute_data, throw_op_num); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2642 …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 122 milliseconds