Searched refs:throw_op_num (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_vm_def.h | 7864 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; variable 7874 &EX(func)->op_array, throw_op_num, throw_op->op1.var); 7876 for (i = throw_op_num; i < range->end; i++) { 7888 throw_op_num = range->end; 7894 if (try_catch->try_op > throw_op_num) { 7898 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { 7903 cleanup_unfinished_calls(execute_data, throw_op_num); 7925 …spatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, throw_op_num);
|
H A D | zend_vm_execute.h | 3079 uint32_t throw_op_num = throw_op - EX(func)->op_array.opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local 3089 &EX(func)->op_array, throw_op_num, throw_op->op1.var); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3091 for (i = throw_op_num; i < range->end; i++) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3103 throw_op_num = range->end; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3109 if (try_catch->try_op > throw_op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3113 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3118 cleanup_unfinished_calls(execute_data, throw_op_num); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3140 …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 153 milliseconds