zend_try_catch_element 1760 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  206 Zend/zend_compile.h 	zend_try_catch_element *try_catch_array;