zend_try_catch_element 2801 Zend/zend_compile.c 	CG(active_op_array)->try_catch_array = erealloc(CG(active_op_array)->try_catch_array, sizeof(zend_try_catch_element)*CG(active_op_array)->last_try_catch);
zend_try_catch_element  289 Zend/zend_compile.h 	zend_try_catch_element *try_catch_array;
zend_try_catch_element  185 Zend/zend_generators.c 		zend_try_catch_element *try_catch = &ex->op_array->try_catch_array[i];
zend_try_catch_element  407 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  208 ext/opcache/zend_persist_calc.c 		ADD_DUP_SIZE(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch);