Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_vm_def.h8031 int i, current_try_catch_offset = -1; variable
8065 current_try_catch_offset = i;
8091 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
8482 uint32_t current_try_catch_offset, current_op_num; variable
8493 current_try_catch_offset = opline->op2.num;
8495 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
H A Dzend_vm_execute.h3229 int i, current_try_catch_offset = -1; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
3263 current_try_catch_offset = i; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3289 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_n… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3375 uint32_t current_try_catch_offset, current_op_num; in ZEND_FAST_RET_SPEC_HANDLER() local
3386 current_try_catch_offset = opline->op2.num; in ZEND_FAST_RET_SPEC_HANDLER()
3388 …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 149 milliseconds