try_catch_offset 62 Zend/zend_compile.c uint32_t try_catch_offset; try_catch_offset 900 Zend/zend_compile.c uint32_t try_catch_offset = op_array->last_try_catch++; try_catch_offset 906 Zend/zend_compile.c elem = &op_array->try_catch_array[try_catch_offset]; try_catch_offset 912 Zend/zend_compile.c return try_catch_offset; try_catch_offset 3543 Zend/zend_compile.c opline->op1.num = loop_var->u.try_catch_offset; try_catch_offset 4102 Zend/zend_compile.c uint32_t try_catch_offset; try_catch_offset 4120 Zend/zend_compile.c try_catch_offset = zend_add_try_element(get_next_op_number(CG(active_op_array))); try_catch_offset 4133 Zend/zend_compile.c fast_call.u.try_catch_offset = try_catch_offset; try_catch_offset 4159 Zend/zend_compile.c CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; try_catch_offset 4197 Zend/zend_compile.c opline->op1.num = try_catch_offset; try_catch_offset 4207 Zend/zend_compile.c CG(active_op_array)->try_catch_array[try_catch_offset].finally_op = opnum_jmp + 1; try_catch_offset 4208 Zend/zend_compile.c CG(active_op_array)->try_catch_array[try_catch_offset].finally_end