IS_VAR            317 Zend/zend_compile.c 				opline->op2.op_type = IS_VAR;
IS_VAR            329 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR            361 Zend/zend_compile.c 	opline_ptr->result.op_type = IS_VAR;
IS_VAR            399 Zend/zend_compile.c 		opline.result.op_type = IS_VAR;
IS_VAR            419 Zend/zend_compile.c 			opline.result.op_type = IS_VAR;
IS_VAR            454 Zend/zend_compile.c 	opline.result.op_type = IS_VAR;
IS_VAR            560 Zend/zend_compile.c 				opline->result.op_type = IS_VAR;
IS_VAR            578 Zend/zend_compile.c 	if (variable->op_type == IS_VAR) {
IS_VAR            586 Zend/zend_compile.c 			if (last_op->result.op_type == IS_VAR &&
IS_VAR            611 Zend/zend_compile.c 					opline->op2.op_type = IS_VAR;
IS_VAR            628 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR            649 Zend/zend_compile.c 		if (lvar->op_type == IS_VAR &&
IS_VAR            662 Zend/zend_compile.c 		opline->result.op_type = IS_VAR;
IS_VAR            790 Zend/zend_compile.c 			last_op->result.op_type = IS_VAR;
IS_VAR            802 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           1051 Zend/zend_compile.c 	} else if (op1->op_type==IS_VAR) {
IS_VAR           1057 Zend/zend_compile.c 		if (opline->result.op_type == IS_VAR
IS_VAR           1063 Zend/zend_compile.c 				    && opline->op1.op_type == IS_VAR
IS_VAR           1070 Zend/zend_compile.c 				} else if (opline->result.op_type==IS_VAR
IS_VAR           1443 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           1570 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           1602 Zend/zend_compile.c 			op = (param->op_type & (IS_VAR|IS_CV))?ZEND_SEND_REF:ZEND_SEND_VAL;
IS_VAR           1615 Zend/zend_compile.c 	} else if (op == ZEND_SEND_VAL && (param->op_type & (IS_VAR|IS_CV))) {
IS_VAR           1622 Zend/zend_compile.c 			case IS_VAR:
IS_VAR           1676 Zend/zend_compile.c 	if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) {
IS_VAR           2721 Zend/zend_compile.c 	if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) {
IS_VAR           3142 Zend/zend_compile.c 	opline.result.op_type = IS_VAR;
IS_VAR           3225 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           3327 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           3471 Zend/zend_compile.c 					case IS_VAR:
IS_VAR           3487 Zend/zend_compile.c 			opline->result.op_type = IS_VAR;
IS_VAR           3542 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           3569 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           3608 Zend/zend_compile.c 		opline->result.op_type = IS_VAR;
IS_VAR           3755 Zend/zend_compile.c 			if (CG(active_op_array)->opcodes[CG(active_op_array)->last-1].op1.op_type == IS_VAR) {
IS_VAR           3772 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR           3794 Zend/zend_compile.c 	opline->result.op_type = IS_VAR;
IS_VAR            242 Zend/zend_execute.c 		case IS_VAR:
IS_VAR            303 Zend/zend_execute.c 	} else if (node->op_type == IS_VAR) {
IS_VAR            362 Zend/zend_execute.c 		case IS_VAR:
IS_VAR            789 Zend/zend_execute.c 				case IS_VAR:
IS_VAR            819 Zend/zend_execute.c 				case IS_VAR:
IS_VAR            972 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_VAR && !free_op1.var) {
IS_VAR           1063 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1084 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1122 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && type == BP_VAR_W && OP1_FREE &&
IS_VAR           1154 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1264 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1292 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1328 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1365 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && OP1_FREE &&
IS_VAR           1476 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_VAR &&
IS_VAR           1487 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && EX_T(opline->op1.u.var).var.ptr_ptr == &EX_T(opline->op1.u.var).var.ptr) {
IS_VAR           2111 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_VAR           2115 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_VAR && !OP1_FREE) {
IS_VAR           2293 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR &&
IS_VAR           2374 Zend/zend_vm_def.h 		if (opline->result.op_type == IS_VAR) {
IS_VAR           2417 Zend/zend_vm_def.h 		zend_assign_to_variable(NULL, &opline->result, NULL, assignment_value, IS_VAR, EX(Ts) TSRMLS_CC);
IS_VAR           2476 Zend/zend_vm_def.h 	if (OP1_TYPE==IS_VAR) {
IS_VAR           2667 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE == IS_VAR || OP1_TYPE == IS_CV
IS_VAR           2687 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE == IS_VAR || OP1_TYPE == IS_CV
IS_VAR           2953 Zend/zend_vm_def.h 	} else if (OP1_TYPE == IS_CV || OP1_TYPE == IS_VAR) {
IS_VAR           2985 Zend/zend_vm_def.h 	} else if (OP1_TYPE == IS_CV || OP1_TYPE == IS_VAR) {
IS_VAR           3020 Zend/zend_vm_def.h 						if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
IS_VAR           3043 Zend/zend_vm_def.h 						if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
IS_VAR           3168 Zend/zend_vm_def.h 			if ((OP1_TYPE == IS_CV || OP1_TYPE == IS_VAR) &&
IS_VAR            370 Zend/zend_vm_execute.h 		if (opline->result.op_type == IS_VAR) {
IS_VAR            791 Zend/zend_vm_execute.h 		zend_assign_to_variable(NULL, &opline->result, NULL, assignment_value, IS_VAR, EX(Ts) TSRMLS_CC);
IS_VAR            999 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           1031 Zend/zend_vm_execute.h 	if(IS_VAR != IS_UNUSED) {
IS_VAR           1034 Zend/zend_vm_execute.h 		zend_bool is_const = (IS_VAR == IS_CONST);
IS_VAR           1069 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED &&
IS_VAR           1097 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CONST) {
IS_VAR           1117 Zend/zend_vm_execute.h 	if (IS_VAR != IS_CONST) {
IS_VAR           1516 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && !free_op1.var) {
IS_VAR           1703 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_VAR           1707 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && !0) {
IS_VAR           2090 Zend/zend_vm_execute.h 	} else if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           2122 Zend/zend_vm_execute.h 	} else if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           2179 Zend/zend_vm_execute.h 			if ((IS_CONST == IS_CV || IS_CONST == IS_VAR) &&
IS_VAR           2646 Zend/zend_vm_execute.h 	if (IS_CONST==IS_VAR) {
IS_VAR           2724 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           2744 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3049 Zend/zend_vm_execute.h 	if (IS_CONST==IS_VAR) {
IS_VAR           3083 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3103 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3408 Zend/zend_vm_execute.h 	if (IS_CONST==IS_VAR) {
IS_VAR           3442 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3462 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3535 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3555 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3860 Zend/zend_vm_execute.h 	if (IS_CONST==IS_VAR) {
IS_VAR           3893 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           3913 Zend/zend_vm_execute.h #if 0 || IS_CONST == IS_VAR || IS_CONST == IS_CV
IS_VAR           4089 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !free_op1.var) {
IS_VAR           4271 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_VAR           4275 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !1) {
IS_VAR           4665 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           4697 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           4754 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) &&
IS_VAR           5321 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_VAR           5354 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           5374 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           5765 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_VAR           5799 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           5819 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6210 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_VAR           6244 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6264 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6337 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6357 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6746 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_VAR           6779 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           6799 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_VAR           7126 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_VAR           7137 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && !free_op1.var) {
IS_VAR           7301 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_VAR           7313 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_VAR           7317 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && !(free_op1.var != NULL)) {
IS_VAR           7467 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR &&
IS_VAR           7480 Zend/zend_vm_execute.h 	     (varptr->refcount == 1 && (IS_VAR == IS_CV || free_op1.var)))) {
IS_VAR           7812 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           7844 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           7901 Zend/zend_vm_execute.h 			if ((IS_VAR == IS_CV || IS_VAR == IS_VAR) &&
IS_VAR           7916 Zend/zend_vm_execute.h 	if (IS_VAR != IS_TMP_VAR && ce && ce->get_iterator) {
IS_VAR           8208 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED)
IS_VAR           8210 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_VAR           8618 Zend/zend_vm_execute.h 				if (object_ptr && IS_VAR != IS_CV && !(free_op1.var != NULL)) {
IS_VAR           8934 Zend/zend_vm_execute.h 	    IS_VAR != IS_CV &&
IS_VAR           8952 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           8973 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9011 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && type == BP_VAR_W && (free_op1.var != NULL) &&
IS_VAR           9036 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           9043 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9139 Zend/zend_vm_execute.h 	if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_VAR != IS_CV) {
IS_VAR           9153 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9181 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9217 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9240 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           9254 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           9295 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV || EX_T(opline->op1.u.var).var.ptr_ptr) {
IS_VAR           9393 Zend/zend_vm_execute.h 	if (IS_VAR==IS_VAR) {
IS_VAR           9426 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           9446 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           9502 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           9504 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_VAR           9520 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           9539 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           9562 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           9613 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           10134 Zend/zend_vm_execute.h 				if (object_ptr && IS_VAR != IS_CV && !(free_op1.var != NULL)) {
IS_VAR           10451 Zend/zend_vm_execute.h 	    IS_VAR != IS_CV &&
IS_VAR           10469 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10490 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10528 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && type == BP_VAR_W && (free_op1.var != NULL) &&
IS_VAR           10553 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           10560 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10656 Zend/zend_vm_execute.h 	if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_VAR != IS_CV) {
IS_VAR           10670 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10698 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10734 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10757 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           10771 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           10812 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV || EX_T(opline->op1.u.var).var.ptr_ptr) {
IS_VAR           10912 Zend/zend_vm_execute.h 	if (IS_VAR==IS_VAR) {
IS_VAR           10946 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           10966 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           11022 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           11024 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_VAR           11040 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           11059 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           11082 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           11133 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           11654 Zend/zend_vm_execute.h 				if (object_ptr && IS_VAR != IS_CV && !(free_op1.var != NULL)) {
IS_VAR           11971 Zend/zend_vm_execute.h 	    IS_VAR != IS_CV &&
IS_VAR           11989 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12010 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12042 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && type == BP_VAR_R) {
IS_VAR           12048 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && type == BP_VAR_W && (free_op1.var != NULL) &&
IS_VAR           12073 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           12080 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12176 Zend/zend_vm_execute.h 	if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_VAR != IS_CV) {
IS_VAR           12190 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12218 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12254 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12277 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           12291 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           12332 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV || EX_T(opline->op1.u.var).var.ptr_ptr) {
IS_VAR           12365 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_VAR), EX(Ts) TSRMLS_CC);
IS_VAR           12379 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR &&
IS_VAR           12390 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && EX_T(opline->op1.u.var).var.ptr_ptr == &EX_T(opline->op1.u.var).var.ptr) {
IS_VAR           12470 Zend/zend_vm_execute.h 	if (IS_VAR==IS_VAR) {
IS_VAR           12504 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           12524 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           12580 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           12582 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_VAR           12598 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           12617 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           12640 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           12691 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           12978 Zend/zend_vm_execute.h 				if (object_ptr && IS_VAR != IS_CV && !(free_op1.var != NULL)) {
IS_VAR           13112 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           13133 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           13159 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && type == BP_VAR_W && (free_op1.var != NULL) &&
IS_VAR           13179 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV || EX_T(opline->op1.u.var).var.ptr_ptr) {
IS_VAR           13213 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           13233 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           13289 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           13291 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_VAR           13659 Zend/zend_vm_execute.h 				if (object_ptr && IS_VAR != IS_CV && !(free_op1.var != NULL)) {
IS_VAR           13975 Zend/zend_vm_execute.h 	    IS_VAR != IS_CV &&
IS_VAR           13993 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14014 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14052 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && type == BP_VAR_W && (free_op1.var != NULL) &&
IS_VAR           14077 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           14084 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14180 Zend/zend_vm_execute.h 	if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_VAR != IS_CV) {
IS_VAR           14194 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14222 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14258 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14281 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV) {
IS_VAR           14295 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && (free_op1.var != NULL) &&
IS_VAR           14336 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV || EX_T(opline->op1.u.var).var.ptr_ptr) {
IS_VAR           14381 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR &&
IS_VAR           14392 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && EX_T(opline->op1.u.var).var.ptr_ptr == &EX_T(opline->op1.u.var).var.ptr) {
IS_VAR           14470 Zend/zend_vm_execute.h 	if (IS_VAR==IS_VAR) {
IS_VAR           14503 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           14523 Zend/zend_vm_execute.h #if 0 || IS_VAR == IS_VAR || IS_VAR == IS_CV
IS_VAR           14579 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_VAR           14581 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_VAR           14597 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           14616 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           14639 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           14690 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_VAR           15450 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           15478 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           15514 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           15551 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           15724 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           15747 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           16474 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           16502 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           16538 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           16575 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           16704 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           16727 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           17454 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           17482 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           17518 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           17555 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           17684 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           17707 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           18699 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           18727 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           18763 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           18800 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 &&
IS_VAR           18928 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           18951 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           19426 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && !free_op1.var) {
IS_VAR           19597 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_VAR           19601 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && !0) {
IS_VAR           19751 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR &&
IS_VAR           20088 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           20120 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           20177 Zend/zend_vm_execute.h 			if ((IS_CV == IS_CV || IS_CV == IS_VAR) &&
IS_VAR           21079 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21100 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21138 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && type == BP_VAR_W && 0 &&
IS_VAR           21170 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21279 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21307 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21343 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && 0 &&
IS_VAR           21380 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           21517 Zend/zend_vm_execute.h 	if (IS_CV==IS_VAR) {
IS_VAR           21550 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           21570 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           21663 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           21686 Zend/zend_vm_execute.h 						if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
IS_VAR           22588 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           22609 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           22647 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && type == BP_VAR_W && 0 &&
IS_VAR           22679 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           22788 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           22816 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           22852 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && 0 &&
IS_VAR           22889 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           23028 Zend/zend_vm_execute.h 	if (IS_CV==IS_VAR) {
IS_VAR           23062 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           23082 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           23175 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           23198 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_VAR           24100 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24121 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24153 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && type == BP_VAR_R) {
IS_VAR           24159 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && type == BP_VAR_W && 0 &&
IS_VAR           24191 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24300 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24328 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24364 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && 0 &&
IS_VAR           24401 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           24474 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_VAR), EX(Ts) TSRMLS_CC);
IS_VAR           24488 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR &&
IS_VAR           24499 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && EX_T(opline->op1.u.var).var.ptr_ptr == &EX_T(opline->op1.u.var).var.ptr) {
IS_VAR           24577 Zend/zend_vm_execute.h 	if (IS_CV==IS_VAR) {
IS_VAR           24611 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           24631 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           24724 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           24747 Zend/zend_vm_execute.h 						if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
IS_VAR           25214 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           25235 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           25261 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && type == BP_VAR_W && 0 &&
IS_VAR           25315 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           25335 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           26094 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26115 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26153 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && type == BP_VAR_W && 0 &&
IS_VAR           26185 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26294 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26322 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26358 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && 0 &&
IS_VAR           26395 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && 0 &&
IS_VAR           26480 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR &&
IS_VAR           26491 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && EX_T(opline->op1.u.var).var.ptr_ptr == &EX_T(opline->op1.u.var).var.ptr) {
IS_VAR           26567 Zend/zend_vm_execute.h 	if (IS_CV==IS_VAR) {
IS_VAR           26600 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           26620 Zend/zend_vm_execute.h #if 0 || IS_CV == IS_VAR || IS_CV == IS_CV
IS_VAR           26713 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {
IS_VAR           26736 Zend/zend_vm_execute.h 						if (IS_CV == IS_CV || IS_CV == IS_VAR) {