try_catch_offset 2918 Zend/zend_compile.c 	int try_catch_offset = CG(active_op_array)->last_try_catch++;
try_catch_offset 2921 Zend/zend_compile.c 	CG(active_op_array)->try_catch_array[try_catch_offset].try_op = try_op;
try_catch_offset 2922 Zend/zend_compile.c 	CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = 0;
try_catch_offset 2923 Zend/zend_compile.c 	CG(active_op_array)->try_catch_array[try_catch_offset].finally_op = 0;
try_catch_offset 2924 Zend/zend_compile.c 	CG(active_op_array)->try_catch_array[try_catch_offset].finally_end = 0;
try_catch_offset 2925 Zend/zend_compile.c 	return try_catch_offset;