Home
last modified time | relevance | path

Searched refs:try_catch_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_compile.c62 uint32_t try_catch_offset; member
241 CG(context).try_catch_offset = -1; in zend_oparray_context_begin()
1038 uint32_t try_catch_offset = op_array->last_try_catch++; in zend_add_try_element() local
1044 elem = &op_array->try_catch_array[try_catch_offset]; in zend_add_try_element()
1050 return try_catch_offset; in zend_add_try_element()
4356 opline->op1.num = loop_var->u.try_catch_offset; in zend_handle_loops_and_finally_ex()
5075 uint32_t try_catch_offset; in zend_compile_try() local
5108 fast_call.u.try_catch_offset = try_catch_offset; in zend_compile_try()
5112 CG(context).try_catch_offset = try_catch_offset; in zend_compile_try()
5207 opline->op1.num = try_catch_offset; in zend_compile_try()
[all …]
H A Dzend_compile.h195 uint32_t try_catch_offset; member
H A Dzend_vm_def.h6994 ZEND_VM_HELPER(zend_dispatch_try_catch_finally_helper, ANY, ANY, uint32_t try_catch_offset, uint32_… argument
7000 while (try_catch_offset != (uint32_t) -1) {
7002 &EX(func)->op_array.try_catch_array[try_catch_offset];
7042 try_catch_offset--;
7107 …ZEND_VM_DISPATCH_TO_HELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_c…
7524 …ZEND_VM_DISPATCH_TO_HELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_c…
H A Dzend_vm_execute.h1683 … ZEND_FASTCALL zend_dispatch_try_catch_finally_helper_SPEC(uint32_t try_catch_offset, uint32_t op_… argument
1689 while (try_catch_offset != (uint32_t) -1) {
1691 &EX(func)->op_array.try_catch_array[try_catch_offset];
1731 try_catch_offset--;

Completed in 206 milliseconds