Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_def.h7060 int i, current_try_catch_offset = -1; variable
7082 current_try_catch_offset = i;
7107 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
7510 uint32_t current_try_catch_offset, current_op_num; variable
7522 current_try_catch_offset = opline->op2.num;
7524 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
H A Dzend_vm_execute.h1749 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…
1879 uint32_t current_try_catch_offset, current_op_num; local
1891 current_try_catch_offset = opline->op2.num;
1893 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, current_op…

Completed in 134 milliseconds