first_catch 2962 Zend/zend_compile.c void zend_do_mark_last_catch(const znode *first_catch, const znode *last_additional_catch TSRMLS_DC) /* {{{ */ first_catch 2967 Zend/zend_compile.c CG(active_op_array)->opcodes[first_catch->u.op.opline_num].result.num = 1; first_catch 2968 Zend/zend_compile.c CG(active_op_array)->opcodes[first_catch->u.op.opline_num].extended_value = get_next_op_number(CG(active_op_array)); first_catch 3006 Zend/zend_compile.c void zend_do_begin_catch(znode *catch_token, znode *class_name, znode *catch_var, znode *first_catch TSRMLS_DC) /* {{{ */ first_catch 3021 Zend/zend_compile.c if (first_catch) { first_catch 3022 Zend/zend_compile.c first_catch->u.op.opline_num = catch_op_number; first_catch 535 Zend/zend_compile.h void zend_do_begin_catch(znode *try_token, znode *catch_class, znode *catch_var, znode *first_catch TSRMLS_DC); first_catch 714 Zend/zend_compile.h void zend_do_mark_last_catch(const znode *first_catch, const znode *last_additional_catch TSRMLS_DC);