backpatch_count   181 Zend/zend_compile.c 	CG(context).backpatch_count = 0;
backpatch_count    40 Zend/zend_compile.h #define INC_BPC(op_array)	if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_count++); }
backpatch_count    41 Zend/zend_compile.h #define DEC_BPC(op_array)	if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_count--); }
backpatch_count    62 Zend/zend_compile.h 	int        backpatch_count;
backpatch_count  1146 Zend/zend_execute_API.c 		|| CG(context).backpatch_count>0