Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h168 } zend_try_catch_element; typedef
443 zend_try_catch_element *try_catch_array;
H A Dzend_generators.c203 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage()
214 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.c975 zend_try_catch_element *elem; in zend_add_try_element()
978 op_array->try_catch_array, sizeof(zend_try_catch_element), op_array->last_try_catch, 0); in zend_add_try_element()
4462 zend_try_catch_element *elem = &op_array->try_catch_array[current]; in zend_resolve_goto_label()
H A Dzend_vm_def.h7464 zend_try_catch_element *try_catch = in ZEND_VM_HELPER()
7540 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i];
H A Dzend_vm_execute.h2537 zend_try_catch_element *try_catch = in zend_dispatch_try_catch_finally_helper_SPEC()
2613 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c244 ADD_SIZE(sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c526 … = 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 182 milliseconds