zend_try_catch_element  901 Zend/zend_compile.c 	zend_try_catch_element *elem;
zend_try_catch_element  904 Zend/zend_compile.c 		op_array->try_catch_array, sizeof(zend_try_catch_element), op_array->last_try_catch, 0);
zend_try_catch_element 3720 Zend/zend_compile.c 		zend_try_catch_element *elem = &op_array->try_catch_array[current];
zend_try_catch_element  360 Zend/zend_compile.h 	zend_try_catch_element *try_catch_array;
zend_try_catch_element  139 Zend/zend_generators.c 		zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i];
zend_try_catch_element  645 ext/opcache/zend_persist.c 		zend_accel_store(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch);
zend_try_catch_element  248 ext/opcache/zend_persist_calc.c 		ADD_DUP_SIZE(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch);