Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_def.h6967 int i, current_try_catch_offset = -1; variable
6988 current_try_catch_offset = i;
7013 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
7430 uint32_t current_try_catch_offset, current_op_num; variable
7441 current_try_catch_offset = opline->op2.num;
7443 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
H A Dzend_vm_execute.h1750 int i, current_try_catch_offset = -1; local
1771 current_try_catch_offset = i;
1796 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_n…
1890 uint32_t current_try_catch_offset, current_op_num; local
1901 current_try_catch_offset = opline->op2.num;
1903 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, current_op…

Completed in 162 milliseconds