Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_def.h7865 int i, current_try_catch_offset = -1; variable
7899 current_try_catch_offset = i;
7925 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
8316 uint32_t current_try_catch_offset, current_op_num; variable
8327 current_try_catch_offset = opline->op2.num;
8329 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
H A Dzend_vm_execute.h3080 int i, current_try_catch_offset = -1; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
3114 current_try_catch_offset = i; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3140 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_n… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3226 uint32_t current_try_catch_offset, current_op_num; in ZEND_FAST_RET_SPEC_HANDLER() local
3237 current_try_catch_offset = opline->op2.num; in ZEND_FAST_RET_SPEC_HANDLER()
3239 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, current_op… in ZEND_FAST_RET_SPEC_HANDLER()

Completed in 141 milliseconds