Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h186 } zend_try_catch_element; typedef
360 zend_try_catch_element *try_catch_array;
H A Dzend_generators.c140 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage()
H A Dzend_compile.c915 zend_try_catch_element *elem; in zend_add_try_element()
918 op_array->try_catch_array, sizeof(zend_try_catch_element), op_array->last_try_catch, 0); in zend_add_try_element()
3771 zend_try_catch_element *elem = &op_array->try_catch_array[current]; in zend_resolve_goto_label()
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c248 …ADD_DUP_SIZE(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c657 …zend_accel_store(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_ca… in zend_persist_op_array_ex()

Completed in 39 milliseconds