Home
last modified time | relevance | path

Searched refs:zend_try_catch_element (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_compile.h174 } zend_try_catch_element; typedef
443 zend_try_catch_element *try_catch_array;
H A Dzend_generators.c254 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage()
265 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[try_catch_offset]; in zend_generator_dtor_storage()
H A Dzend_compile.c1010 zend_try_catch_element *elem; in zend_add_try_element()
1013 op_array->try_catch_array, sizeof(zend_try_catch_element), op_array->last_try_catch, 0); in zend_add_try_element()
4960 zend_try_catch_element *elem = &op_array->try_catch_array[current]; in zend_resolve_goto_label()
H A Dzend_vm_def.h7719 zend_try_catch_element *try_catch = in ZEND_VM_HELPER()
7813 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i];
H A Dzend_vm_execute.h2871 zend_try_catch_element *try_catch = in zend_dispatch_try_catch_finally_helper_SPEC()
2965 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c274 ADD_SIZE(sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c604 … = zend_shared_memdup_put_free(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_arra… in zend_persist_op_array_ex()

Completed in 288 milliseconds