Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_def.h7254 int i, current_try_catch_offset = -1; variable
7276 current_try_catch_offset = i;
7282 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
7680 uint32_t current_try_catch_offset, current_op_num; variable
7692 current_try_catch_offset = opline->op2.num;
7694 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
H A Dzend_vm_execute.h1757 int i, current_try_catch_offset = -1; local
1779 current_try_catch_offset = i;
1785 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_n…
1868 uint32_t current_try_catch_offset, current_op_num; local
1880 current_try_catch_offset = opline->op2.num;
1882 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, current_op…

Completed in 170 milliseconds