Searched refs:current_try_catch_offset (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm_def.h | 8126 int i, current_try_catch_offset = -1; variable 8160 current_try_catch_offset = i; 8186 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, … 8569 uint32_t current_try_catch_offset, current_op_num; variable 8580 current_try_catch_offset = opline->op2.num; 8582 …ELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_catch_offset, op_num, …
|
H A D | zend_vm_execute.h | 3263 int i, current_try_catch_offset = -1; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local 3297 current_try_catch_offset = i; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3323 …ZEND_VM_TAIL_CALL(zend_dispatch_try_catch_finally_helper_SPEC(current_try_catch_offset, throw_op_n… in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() 3409 uint32_t current_try_catch_offset, current_op_num; in ZEND_FAST_RET_SPEC_HANDLER() local 3420 current_try_catch_offset = opline->op2.num; in ZEND_FAST_RET_SPEC_HANDLER() 3422 …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