Searched refs:zend_try_catch_element (Results 1 – 7 of 7) sorted by relevance
174 } zend_try_catch_element; typedef443 zend_try_catch_element *try_catch_array;
254 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()
1010 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()
7719 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];
2871 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()
274 ADD_SIZE(sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_calc_ex()
604 … = 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 230 milliseconds