Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c62 uint32_t try_catch_offset; member
239 CG(context).try_catch_offset = -1; in zend_oparray_context_begin()
1020 uint32_t try_catch_offset = op_array->last_try_catch++; in zend_add_try_element() local
1026 elem = &op_array->try_catch_array[try_catch_offset]; in zend_add_try_element()
1032 return try_catch_offset; in zend_add_try_element()
4109 opline->op1.num = loop_var->u.try_catch_offset; in zend_handle_loops_and_finally_ex()
4724 uint32_t try_catch_offset; in zend_compile_try() local
4757 fast_call.u.try_catch_offset = try_catch_offset; in zend_compile_try()
4761 CG(context).try_catch_offset = try_catch_offset; in zend_compile_try()
4856 opline->op1.num = try_catch_offset; in zend_compile_try()
[all …]
H A Dzend_compile.h194 uint32_t try_catch_offset; member
H A Dzend_vm_def.h7189 ZEND_VM_HELPER(zend_dispatch_try_catch_finally_helper, ANY, ANY, uint32_t try_catch_offset, uint32_… argument
7195 while (try_catch_offset != (uint32_t) -1) {
7197 &EX(func)->op_array.try_catch_array[try_catch_offset];
7237 try_catch_offset--;
7282 …ZEND_VM_DISPATCH_TO_HELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_c…
7694 …ZEND_VM_DISPATCH_TO_HELPER(zend_dispatch_try_catch_finally_helper, try_catch_offset, current_try_c…
H A Dzend_vm_execute.h1692 … ZEND_FASTCALL zend_dispatch_try_catch_finally_helper_SPEC(uint32_t try_catch_offset, uint32_t op_… argument
1698 while (try_catch_offset != (uint32_t) -1) {
1700 &EX(func)->op_array.try_catch_array[try_catch_offset];
1740 try_catch_offset--;

Completed in 268 milliseconds