IS_TMP_VAR        583 Zend/zend_compile.c 	if (loop_var && (loop_var->op_type & (IS_VAR|IS_TMP_VAR))) {
IS_TMP_VAR        614 Zend/zend_compile.c 	if (op1->op_type==IS_TMP_VAR) {
IS_TMP_VAR       1845 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       2017 Zend/zend_compile.c 			opline->result_type = expr->op_type = IS_TMP_VAR;
IS_TMP_VAR       2712 Zend/zend_compile.c 				if (arg_node.op_type & (IS_CONST|IS_TMP_VAR)) {
IS_TMP_VAR       3539 Zend/zend_compile.c 			opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       3555 Zend/zend_compile.c 			ZEND_ASSERT(loop_var->var_type == IS_VAR || loop_var->var_type == IS_TMP_VAR);
IS_TMP_VAR       3595 Zend/zend_compile.c 		opline->op1_type = IS_TMP_VAR;
IS_TMP_VAR       4025 Zend/zend_compile.c 	case_node.op_type = IS_TMP_VAR;
IS_TMP_VAR       4084 Zend/zend_compile.c 	if (expr_node.op_type == IS_VAR || expr_node.op_type == IS_TMP_VAR) {
IS_TMP_VAR       4131 Zend/zend_compile.c 		fast_call.var_type = IS_TMP_VAR;
IS_TMP_VAR       4198 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       4212 Zend/zend_compile.c 		opline->op1_type = IS_TMP_VAR;
IS_TMP_VAR       6069 Zend/zend_compile.c 	if (left_node.op_type == IS_TMP_VAR) {
IS_TMP_VAR       6073 Zend/zend_compile.c 		opline_jmpz->result_type = IS_TMP_VAR;
IS_TMP_VAR       6404 Zend/zend_compile.c 	result->op_type = opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6668 Zend/zend_compile.c 		result->op_type = IS_TMP_VAR;
IS_TMP_VAR       6745 Zend/zend_compile.c 			opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6755 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR        113 Zend/zend_execute.c 	if ((type) & (IS_TMP_VAR|IS_VAR)) { \
IS_TMP_VAR        416 Zend/zend_execute.c 	if (op_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR        417 Zend/zend_execute.c 		if (op_type == IS_TMP_VAR) {
IS_TMP_VAR        437 Zend/zend_execute.c 	if (op_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR        438 Zend/zend_execute.c 		if (op_type == IS_TMP_VAR) {
IS_TMP_VAR        458 Zend/zend_execute.c 	if (op_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR        459 Zend/zend_execute.c 		if (op_type == IS_TMP_VAR) {
IS_TMP_VAR        479 Zend/zend_execute.c 	if (op_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR        480 Zend/zend_execute.c 		if (op_type == IS_TMP_VAR) {
IS_TMP_VAR        500 Zend/zend_execute.c 	if (op_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR        501 Zend/zend_execute.c 		if (op_type == IS_TMP_VAR) {
IS_TMP_VAR       1171 Zend/zend_execute.c 				} else if (value_type != IS_TMP_VAR) {
IS_TMP_VAR       1220 Zend/zend_execute.c 	} else if (value_type != IS_TMP_VAR) {
IS_TMP_VAR       1912 Zend/zend_execute.c 	zend_fetch_dimension_address_read_R(result, container, dim, IS_TMP_VAR);
IS_TMP_VAR        690 Zend/zend_opcode.c 		} else if (opline->op1_type & (IS_VAR|IS_TMP_VAR)) {
IS_TMP_VAR        695 Zend/zend_opcode.c 		} else if (opline->op2_type & (IS_VAR|IS_TMP_VAR)) {
IS_TMP_VAR        698 Zend/zend_opcode.c 		if (opline->result_type & (IS_VAR|IS_TMP_VAR)) {
IS_TMP_VAR       1740 Zend/zend_vm_def.h         if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       2022 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       2996 Zend/zend_vm_def.h 	} else if (OP1_TYPE & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       3956 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR || OP1_TYPE == IS_TMP_VAR ) {
IS_TMP_VAR       3963 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       4001 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR ||
IS_TMP_VAR       4008 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       4014 Zend/zend_vm_def.h 				if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       4066 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       4129 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       4416 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && OP1_TYPE != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
IS_TMP_VAR       4594 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && OP1_TYPE != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
IS_TMP_VAR       5173 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       5334 Zend/zend_vm_def.h 				} else if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       5751 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(result)) {
IS_TMP_VAR       5765 Zend/zend_vm_def.h 			if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       6047 Zend/zend_vm_def.h 		if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       6091 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       6147 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       6225 Zend/zend_vm_def.h 		if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       6283 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       6339 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       7327 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       7371 Zend/zend_vm_def.h 			} else if (OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       7399 Zend/zend_vm_def.h 		} else if (OP2_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       7456 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(val)) {
IS_TMP_VAR       7467 Zend/zend_vm_def.h 			if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR        957 Zend/zend_vm_execute.h 		if (opline->op1_type != IS_CONST && opline->op1_type != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
IS_TMP_VAR       1135 Zend/zend_vm_execute.h 		if (opline->op1_type != IS_CONST && opline->op1_type != IS_TMP_VAR && Z_IMMUTABLE_P(args)) {
IS_TMP_VAR       2568 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       2576 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       2588 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
IS_TMP_VAR       2592 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
IS_TMP_VAR       2622 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_TMP_VAR       2699 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       2797 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(function_name) == IS_REFERENCE) {
IS_TMP_VAR       2801 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       3088 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR || IS_CONST == IS_TMP_VAR ) {
IS_TMP_VAR       3095 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       3133 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR ||
IS_TMP_VAR       3140 Zend/zend_vm_execute.h 				if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       3146 Zend/zend_vm_execute.h 				if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       3197 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       3260 Zend/zend_vm_execute.h 	if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       3527 Zend/zend_vm_execute.h 				} else if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       3718 Zend/zend_vm_execute.h 		if (IS_CONST != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(result)) {
IS_TMP_VAR       3731 Zend/zend_vm_execute.h 			if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       4124 Zend/zend_vm_execute.h 		if (IS_CONST != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(val)) {
IS_TMP_VAR       4134 Zend/zend_vm_execute.h 			if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       5158 Zend/zend_vm_execute.h         if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       5354 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       5592 Zend/zend_vm_execute.h 	} else if (IS_CONST & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       6007 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6543 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6586 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6614 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6720 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6763 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6781 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       6786 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       6791 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       6793 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) {
IS_TMP_VAR       6798 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       7262 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       7305 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       7333 Zend/zend_vm_execute.h 		} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       7570 Zend/zend_vm_execute.h         if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       7821 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       8160 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       8203 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       8231 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       8948 Zend/zend_vm_execute.h         if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       9144 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       9338 Zend/zend_vm_execute.h 	} else if (IS_CONST & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       9696 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       10016 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       10059 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       10087 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       10164 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10207 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10253 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10306 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10372 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
IS_TMP_VAR       10384 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       10409 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10477 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10545 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10595 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10645 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       10739 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       10753 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_IS(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       10768 Zend/zend_vm_execute.h         if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       10780 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       10787 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       10794 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       10837 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       10861 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       10910 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       10934 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       10966 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       10977 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       11009 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       11014 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       11022 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       11030 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11047 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11072 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       11075 Zend/zend_vm_execute.h 			if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       11080 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       11128 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST ||
IS_TMP_VAR       11140 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       11149 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       11160 Zend/zend_vm_execute.h 	} else if (IS_CONST & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       11206 Zend/zend_vm_execute.h 	    (IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       11210 Zend/zend_vm_execute.h 	           (IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       11213 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       11217 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11220 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       11225 Zend/zend_vm_execute.h 					} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       11241 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       11250 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       11259 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11336 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) {
IS_TMP_VAR       11440 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       11470 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       11499 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       11508 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11519 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       11534 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       11610 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       11621 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(offset))) {
IS_TMP_VAR       11639 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       11663 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       11693 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) & (IS_CV|IS_VAR)) {
IS_TMP_VAR       11754 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       11771 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(retval_ptr) == IS_UNDEF)) {
IS_TMP_VAR       11778 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_TMP_VAR ) {
IS_TMP_VAR       11785 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       11787 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       11792 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11823 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR ||
IS_TMP_VAR       11824 Zend/zend_vm_execute.h 		    (IS_TMP_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
IS_TMP_VAR       11830 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       11836 Zend/zend_vm_execute.h 				if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       11845 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
IS_TMP_VAR       11850 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       11887 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       11889 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       11894 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11930 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_TMP_VAR       11931 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       11937 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
IS_TMP_VAR       11950 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       11969 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12000 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12024 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12049 Zend/zend_vm_execute.h 			if (IS_TMP_VAR & (IS_VAR|IS_CV)) {
IS_TMP_VAR       12055 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12059 Zend/zend_vm_execute.h 				} else if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       12072 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12090 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12122 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(result)) {
IS_TMP_VAR       12128 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_TMP_VAR       12135 Zend/zend_vm_execute.h 			if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       12223 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12233 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12245 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12269 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
IS_TMP_VAR       12271 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12309 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12326 Zend/zend_vm_execute.h 					if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12339 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12351 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12366 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12395 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && Z_ISREF_P(value)) {
IS_TMP_VAR       12396 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12403 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12407 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12409 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_VAR && ref) {
IS_TMP_VAR       12434 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && Z_ISREF_P(value)) {
IS_TMP_VAR       12435 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12443 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12447 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12449 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_VAR && ref) {
IS_TMP_VAR       12471 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
IS_TMP_VAR       12478 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && Z_ISREF_P(value)) {
IS_TMP_VAR       12480 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12487 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12491 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12512 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(val)) {
IS_TMP_VAR       12517 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
IS_TMP_VAR       12522 Zend/zend_vm_execute.h 			if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       12599 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
IS_TMP_VAR       12670 Zend/zend_vm_execute.h         if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       12677 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       12683 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       12714 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       12722 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       12723 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       12724 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       12789 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       12794 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       12800 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       12805 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       12807 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       12910 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) &&
IS_TMP_VAR       12913 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
IS_TMP_VAR       12923 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       12925 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       12931 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13009 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13017 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13024 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       13026 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       13054 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13060 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13067 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13075 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       13083 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       13098 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13103 Zend/zend_vm_execute.h 			} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13105 Zend/zend_vm_execute.h             } else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       13110 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13131 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       13231 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13237 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13244 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13252 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       13260 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       13275 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13280 Zend/zend_vm_execute.h 			} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13282 Zend/zend_vm_execute.h             } else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       13287 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13298 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13303 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13308 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13310 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) {
IS_TMP_VAR       13315 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13408 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13414 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13421 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13429 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       13437 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       13452 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13457 Zend/zend_vm_execute.h 			} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13459 Zend/zend_vm_execute.h             } else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       13464 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13485 Zend/zend_vm_execute.h 		} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13537 Zend/zend_vm_execute.h         if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13544 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       13550 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       13575 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       13579 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       13586 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13589 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       13594 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13616 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13634 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) &&
IS_TMP_VAR       13637 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
IS_TMP_VAR       13647 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13649 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13655 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13733 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13741 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13748 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       13750 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       13778 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       13784 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13791 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13799 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       13807 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       13822 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       13827 Zend/zend_vm_execute.h 			} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13829 Zend/zend_vm_execute.h             } else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       13834 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       13855 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       13943 Zend/zend_vm_execute.h         if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13950 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       13956 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       13987 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       13995 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       13996 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       13997 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       14062 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       14067 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14073 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       14078 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       14080 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       14183 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) &&
IS_TMP_VAR       14186 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
IS_TMP_VAR       14196 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14198 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       14204 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       14282 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       14290 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       14297 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       14299 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       14327 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       14333 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14340 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       14348 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       14356 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       14371 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       14376 Zend/zend_vm_execute.h 			} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14378 Zend/zend_vm_execute.h             } else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) {
IS_TMP_VAR       14383 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       14404 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       14456 Zend/zend_vm_execute.h         if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14463 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       14468 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       14469 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       14475 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       14482 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       14500 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       14508 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       14509 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       14510 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       14525 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       14549 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       14576 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       14581 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14587 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
IS_TMP_VAR       14592 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       14594 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && READY_TO_DESTROY(free_op1)) {
IS_TMP_VAR       14613 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       14619 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV) {
IS_TMP_VAR       14626 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
IS_TMP_VAR       14648 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       14654 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV) {
IS_TMP_VAR       14661 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
IS_TMP_VAR       14697 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) &&
IS_TMP_VAR       14700 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
IS_TMP_VAR       14710 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       14712 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       14718 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       14739 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       14748 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       14759 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       14774 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       14796 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       14804 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       14811 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       14813 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       15004 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR || IS_VAR == IS_TMP_VAR ) {
IS_TMP_VAR       15011 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       15049 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR ||
IS_TMP_VAR       15056 Zend/zend_vm_execute.h 				if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       15062 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       15114 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       15177 Zend/zend_vm_execute.h 	if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       15505 Zend/zend_vm_execute.h 				} else if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       15569 Zend/zend_vm_execute.h 		if (IS_VAR != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(result)) {
IS_TMP_VAR       15583 Zend/zend_vm_execute.h 			if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       15865 Zend/zend_vm_execute.h 		if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       15909 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       15965 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       16043 Zend/zend_vm_execute.h 		if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       16101 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       16157 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
IS_TMP_VAR       16331 Zend/zend_vm_execute.h 		if (IS_VAR != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(val)) {
IS_TMP_VAR       16342 Zend/zend_vm_execute.h 			if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       17102 Zend/zend_vm_execute.h         if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       17310 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       17796 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18074 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18118 Zend/zend_vm_execute.h 			} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18146 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       18242 Zend/zend_vm_execute.h 		value = zend_assign_to_variable(variable_ptr, value, IS_TMP_VAR);
IS_TMP_VAR       18280 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18324 Zend/zend_vm_execute.h 			} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18342 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       18347 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18352 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18354 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) {
IS_TMP_VAR       18359 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       18546 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18590 Zend/zend_vm_execute.h 			} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18618 Zend/zend_vm_execute.h 		} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       19024 Zend/zend_vm_execute.h         if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       19381 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       19535 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       19579 Zend/zend_vm_execute.h 			} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       19607 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       20306 Zend/zend_vm_execute.h         if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       20514 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       20952 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21230 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21274 Zend/zend_vm_execute.h 			} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21302 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       21389 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       21399 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       21446 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_RW(&rv, container, dim, (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       21520 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21540 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21560 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21580 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21600 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21620 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21640 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21660 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21680 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21700 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21720 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21740 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       21798 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       21820 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       21877 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       21897 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
IS_TMP_VAR       21929 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       21951 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       21969 Zend/zend_vm_execute.h         if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21981 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       21988 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       21995 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       22016 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_UNSET(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       22061 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       22085 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       22120 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       22150 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
IS_TMP_VAR       22178 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       22189 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       22223 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
IS_TMP_VAR       22255 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
IS_TMP_VAR       22284 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       22294 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, (IS_TMP_VAR|IS_VAR), BP_VAR_W);
IS_TMP_VAR       22324 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       22398 Zend/zend_vm_execute.h 	    (IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       22402 Zend/zend_vm_execute.h 	           (IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       22405 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       22409 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       22412 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       22417 Zend/zend_vm_execute.h 					} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       22433 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       22442 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       22451 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       22529 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       22558 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       22567 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       22578 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       22593 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       22672 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       22687 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       22705 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       22719 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       22771 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       23647 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       23868 Zend/zend_vm_execute.h 	} else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       24372 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24415 Zend/zend_vm_execute.h 			} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24443 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       24513 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24556 Zend/zend_vm_execute.h 			} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24574 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       24579 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       24584 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       24586 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) {
IS_TMP_VAR       24591 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       24654 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24697 Zend/zend_vm_execute.h 			} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       24725 Zend/zend_vm_execute.h 		} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       25193 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       25236 Zend/zend_vm_execute.h 			} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       25264 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       26062 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       26283 Zend/zend_vm_execute.h 	} else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       26680 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       26723 Zend/zend_vm_execute.h 			} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       26751 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       26838 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       26848 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       26895 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_RW(&rv, container, dim, (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       26932 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       26952 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       26972 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       26992 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27012 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27032 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27052 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27072 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27092 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27112 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27132 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27152 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       27210 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       27232 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       27289 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       27309 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
IS_TMP_VAR       27364 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       27388 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       27423 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       27453 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
IS_TMP_VAR       27498 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       27522 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       27554 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       27565 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       27599 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
IS_TMP_VAR       27631 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
IS_TMP_VAR       27647 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       27653 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV) {
IS_TMP_VAR       27660 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
IS_TMP_VAR       27687 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       27690 Zend/zend_vm_execute.h 			if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       27695 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       27743 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST ||
IS_TMP_VAR       27755 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       27764 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       27775 Zend/zend_vm_execute.h 	} else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       27855 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       27870 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       27888 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       27902 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       27954 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       27995 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       28006 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(offset))) {
IS_TMP_VAR       28024 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       28048 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       28078 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) & (IS_CV|IS_VAR)) {
IS_TMP_VAR       28139 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       28584 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR || IS_CV == IS_TMP_VAR ) {
IS_TMP_VAR       28591 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       28629 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR ||
IS_TMP_VAR       28636 Zend/zend_vm_execute.h 				if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       28642 Zend/zend_vm_execute.h 				if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       28693 Zend/zend_vm_execute.h 	if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       28756 Zend/zend_vm_execute.h 	if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       29098 Zend/zend_vm_execute.h 				} else if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       29289 Zend/zend_vm_execute.h 		if (IS_CV != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(result)) {
IS_TMP_VAR       29302 Zend/zend_vm_execute.h 			if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       29695 Zend/zend_vm_execute.h 		if (IS_CV != IS_TMP_VAR && Z_OPT_REFCOUNTED_P(val)) {
IS_TMP_VAR       29705 Zend/zend_vm_execute.h 			if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       31320 Zend/zend_vm_execute.h         if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       31600 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       32033 Zend/zend_vm_execute.h 	} else if (IS_CV & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       32142 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       32827 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       32870 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       32898 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       33085 Zend/zend_vm_execute.h 		value = zend_assign_to_variable(variable_ptr, value, IS_TMP_VAR);
IS_TMP_VAR       33123 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       33166 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       33184 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       33189 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       33194 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       33196 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) {
IS_TMP_VAR       33201 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       33796 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       33839 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       33867 Zend/zend_vm_execute.h 		} else if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       34458 Zend/zend_vm_execute.h         if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       34674 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       34991 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       35034 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       35062 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       36390 Zend/zend_vm_execute.h         if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       36670 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       37117 Zend/zend_vm_execute.h 	} else if (IS_CV & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       37226 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       37687 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       37730 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       37758 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       37835 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       37878 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       37924 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       37977 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38043 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
IS_TMP_VAR       38055 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       38080 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38148 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38216 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38266 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38316 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       38446 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       38456 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       38503 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_RW(&rv, container, dim, (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       38577 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38597 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38617 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38637 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38657 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38677 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38697 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38717 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38737 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38757 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38777 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38797 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED)
IS_TMP_VAR       38855 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       38877 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
IS_TMP_VAR       38934 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
IS_TMP_VAR       38954 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
IS_TMP_VAR       38981 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39000 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39022 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39039 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_IS(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39054 Zend/zend_vm_execute.h         if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       39066 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39073 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       39080 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39101 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_UNSET(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       39146 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       39170 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       39205 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       39235 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
IS_TMP_VAR       39280 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       39304 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       39336 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       39347 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
IS_TMP_VAR       39381 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
IS_TMP_VAR       39413 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
IS_TMP_VAR       39442 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       39452 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, (IS_TMP_VAR|IS_VAR), BP_VAR_W);
IS_TMP_VAR       39482 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) {
IS_TMP_VAR       39546 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       39551 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       39559 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       39567 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       39584 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       39609 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       39612 Zend/zend_vm_execute.h 			if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       39617 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       39665 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST ||
IS_TMP_VAR       39677 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       39686 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       39697 Zend/zend_vm_execute.h 	} else if (IS_CV & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       39777 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       39807 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       39836 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       39845 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       39856 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       39871 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       39950 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       39965 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
IS_TMP_VAR       39983 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       39997 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       40049 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       40090 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       40101 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(offset))) {
IS_TMP_VAR       40119 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       40143 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       40173 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) & (IS_CV|IS_VAR)) {
IS_TMP_VAR       40234 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR       40301 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
IS_TMP_VAR       40323 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(val) == IS_UNDEF)) {
IS_TMP_VAR       40358 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(val) == IS_UNDEF)) {
IS_TMP_VAR       40392 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV) {
IS_TMP_VAR       40432 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV) {
IS_TMP_VAR       40475 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(val) == IS_UNDEF)) {
IS_TMP_VAR       40560 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
IS_TMP_VAR       40566 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       40567 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
IS_TMP_VAR       40568 Zend/zend_vm_execute.h 		    if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(obj)) {
IS_TMP_VAR       40574 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
IS_TMP_VAR       40643 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(inc_filename) == IS_UNDEF)) {
IS_TMP_VAR       40763 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       40771 Zend/zend_vm_execute.h 				if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(ptr)) {
IS_TMP_VAR       40801 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
IS_TMP_VAR       40804 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
IS_TMP_VAR       40861 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       40904 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       40950 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41003 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41071 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
IS_TMP_VAR       41077 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41091 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST && (IS_TMP_VAR|IS_VAR) != IS_CV &&
IS_TMP_VAR       41106 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41174 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41242 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41292 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41342 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41443 Zend/zend_vm_execute.h  	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       41449 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       41459 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       41473 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41483 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       41498 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41504 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST && retval) {
IS_TMP_VAR       41564 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41656 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       41664 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       41665 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       41666 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       41736 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       41749 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(container) == IS_REFERENCE) {
IS_TMP_VAR       41753 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) {
IS_TMP_VAR       41770 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       41775 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       41792 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41804 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       41816 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       41867 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
IS_TMP_VAR       41873 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       41875 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_TMP_VAR       41876 Zend/zend_vm_execute.h 				if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) {
IS_TMP_VAR       41882 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
IS_TMP_VAR       41932 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       42001 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       42003 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && UNEXPECTED(Z_ISREF_P(op1))) {
IS_TMP_VAR       42030 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       42060 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       42061 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       42079 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42096 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42109 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       42135 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       42144 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       42162 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       42176 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && value) {
IS_TMP_VAR       42184 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42215 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       42223 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
IS_TMP_VAR       42279 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       42290 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED ||
IS_TMP_VAR       42291 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_TMP_VAR       42351 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       42359 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       42360 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       42361 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       42415 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
IS_TMP_VAR       42419 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
IS_TMP_VAR       42442 Zend/zend_vm_execute.h  	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       42448 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       42458 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       42472 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       42482 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       42497 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       42503 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST && retval) {
IS_TMP_VAR       42563 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       42624 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       42654 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       42655 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       42673 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42690 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42703 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       42729 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       42738 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       42756 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       42770 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && value) {
IS_TMP_VAR       42778 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       42826 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
IS_TMP_VAR       42830 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
IS_TMP_VAR       42853 Zend/zend_vm_execute.h  	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       42859 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       42869 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       42883 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       42893 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       42908 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       42914 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST && retval) {
IS_TMP_VAR       42974 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       43035 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       43065 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       43066 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
IS_TMP_VAR       43084 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       43101 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       43114 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV &&
IS_TMP_VAR       43140 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       43149 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
IS_TMP_VAR       43167 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       43181 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && value) {
IS_TMP_VAR       43189 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
IS_TMP_VAR       43239 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43282 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43328 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43381 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43449 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
IS_TMP_VAR       43455 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       43469 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST && (IS_TMP_VAR|IS_VAR) != IS_CV &&
IS_TMP_VAR       43484 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43552 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43620 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43670 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43720 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43848 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       43856 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       43857 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       43858 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       43918 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       43923 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       43940 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       43952 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       43964 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       44015 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
IS_TMP_VAR       44021 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       44023 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_TMP_VAR       44024 Zend/zend_vm_execute.h 				if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) {
IS_TMP_VAR       44030 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
IS_TMP_VAR       44080 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       44149 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44151 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && UNEXPECTED(Z_ISREF_P(op1))) {
IS_TMP_VAR       44182 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       44190 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
IS_TMP_VAR       44246 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       44257 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED ||
IS_TMP_VAR       44258 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_TMP_VAR       44318 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       44326 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       44327 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       44328 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       44384 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44387 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44427 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44430 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44473 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44476 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44526 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44529 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44594 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
IS_TMP_VAR       44595 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
IS_TMP_VAR       44600 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       44607 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       44614 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST && (IS_TMP_VAR|IS_VAR) != IS_CV &&
IS_TMP_VAR       44629 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44632 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44697 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44700 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44765 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44768 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44815 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44818 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44865 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       44868 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_INFO_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       44962 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       44976 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read_IS(EX_VAR(opline->result.var), container, _get_zval_ptr_var(opline->op2.var, execute_data, &free_op2), (IS_TMP_VAR|IS_VAR));
IS_TMP_VAR       44993 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       45001 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       45002 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       45003 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       45018 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       45042 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
IS_TMP_VAR       45064 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       45069 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       45075 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       45080 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       45086 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       45088 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       45096 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       45098 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST) {
IS_TMP_VAR       45110 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       45113 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       45138 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST &&
IS_TMP_VAR       45141 Zend/zend_vm_execute.h 			if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(function_name)) {
IS_TMP_VAR       45146 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
IS_TMP_VAR       45161 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
IS_TMP_VAR       45167 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) {
IS_TMP_VAR       45169 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
IS_TMP_VAR       45170 Zend/zend_vm_execute.h 				if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) {
IS_TMP_VAR       45176 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
IS_TMP_VAR       45194 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST ||
IS_TMP_VAR       45206 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
IS_TMP_VAR       45215 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CONST &&
IS_TMP_VAR       45226 Zend/zend_vm_execute.h 	} else if ((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_TMP_VAR|IS_CV)) {
IS_TMP_VAR       45296 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
IS_TMP_VAR       45298 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && UNEXPECTED(Z_ISREF_P(op1))) {
IS_TMP_VAR       45307 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
IS_TMP_VAR       45329 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       45337 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
IS_TMP_VAR       45347 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) != IS_CONST) {
IS_TMP_VAR       45358 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(offset))) {
IS_TMP_VAR       45376 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
IS_TMP_VAR       45393 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       45400 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
IS_TMP_VAR       45404 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED ||
IS_TMP_VAR       45405 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
IS_TMP_VAR       45430 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) & (IS_CV|IS_VAR)) {
IS_TMP_VAR       45465 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
IS_TMP_VAR       45473 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CONST ||
IS_TMP_VAR       45474 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
IS_TMP_VAR       45475 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) {
IS_TMP_VAR       45491 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
IS_TMP_VAR        555 ext/opcache/Optimizer/block_pass.c #define VAR_UNSET(op) do { if (op ## _type & (IS_TMP_VAR|IS_VAR)) {VAR_SOURCE(op) = NULL;}} while (0)
IS_TMP_VAR        637 ext/opcache/Optimizer/block_pass.c 		if ((ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR        658 ext/opcache/Optimizer/block_pass.c 		if ((ZEND_OP2_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR        675 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR) &&
IS_TMP_VAR        686 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        809 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        860 ext/opcache/Optimizer/block_pass.c 		   ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        884 ext/opcache/Optimizer/block_pass.c 			(ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR        887 ext/opcache/Optimizer/block_pass.c 			((ZEND_RESULT_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR        933 ext/opcache/Optimizer/block_pass.c 				  ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1038 ext/opcache/Optimizer/block_pass.c 					(ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR       1047 ext/opcache/Optimizer/block_pass.c 			if ((ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR       1057 ext/opcache/Optimizer/block_pass.c 			if ((ZEND_OP2_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) &&
IS_TMP_VAR       1088 ext/opcache/Optimizer/block_pass.c 			            (opline->op1_type == IS_TMP_VAR &&
IS_TMP_VAR       1094 ext/opcache/Optimizer/block_pass.c 			            (opline->op2_type == IS_TMP_VAR &&
IS_TMP_VAR       1107 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1423 ext/opcache/Optimizer/block_pass.c 				if (last_op->op1_type & (IS_VAR|IS_TMP_VAR)) {
IS_TMP_VAR       1454 ext/opcache/Optimizer/block_pass.c 				   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1464 ext/opcache/Optimizer/block_pass.c 							(ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1477 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1495 ext/opcache/Optimizer/block_pass.c 							(ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1597 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1606 ext/opcache/Optimizer/block_pass.c 					   	   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1615 ext/opcache/Optimizer/block_pass.c 					       (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1625 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1643 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1696 ext/opcache/Optimizer/block_pass.c 				if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) {
IS_TMP_VAR       1741 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1750 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1776 ext/opcache/Optimizer/block_pass.c 		if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
IS_TMP_VAR       1782 ext/opcache/Optimizer/block_pass.c #define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !zend_bitset_in(usage, VAR_NUM(op.var))) /* !zend_bitset_in(used_ext, op.var) && */
IS_TMP_VAR       1818 ext/opcache/Optimizer/block_pass.c 			if (opline->op2_type & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR       1906 ext/opcache/Optimizer/block_pass.c 				if (ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR       1915 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR       1919 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP2_TYPE(opline) == IS_VAR || ZEND_OP2_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR         69 ext/opcache/Optimizer/optimize_temp_vars_5.c         if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR         82 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if ((ZEND_OP1_TYPE(opline) & (IS_VAR | IS_TMP_VAR))) {
IS_TMP_VAR        149 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if ((ZEND_OP2_TYPE(opline) & (IS_VAR | IS_TMP_VAR))) {
IS_TMP_VAR        174 ext/opcache/Optimizer/optimize_temp_vars_5.c 		    ZEND_OP2_TYPE(opline + 1) & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR        184 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR         97 ext/opcache/Optimizer/pass1_5.c 				if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, tv, &result)) {
IS_TMP_VAR        162 ext/opcache/Optimizer/pass1_5.c 				if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, tv, &result)) {
IS_TMP_VAR        259 ext/opcache/Optimizer/pass1_5.c 					if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, offset)) {
IS_TMP_VAR        283 ext/opcache/Optimizer/pass1_5.c 				if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &c)) {
IS_TMP_VAR        348 ext/opcache/Optimizer/pass1_5.c 						if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &t)) {
IS_TMP_VAR        595 ext/opcache/Optimizer/pass1_5.c 				if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, ZEND_RESULT(opline).var, &t)) {
IS_TMP_VAR        609 ext/opcache/Optimizer/pass1_5.c 				if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &c)) {
IS_TMP_VAR        118 ext/opcache/Optimizer/pass2.c 				    ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        119 ext/opcache/Optimizer/pass2.c 				    ZEND_RESULT_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        310 ext/opcache/Optimizer/pass3.c 							if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        331 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP1_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        336 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP2_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        344 ext/opcache/Optimizer/pass3.c 							if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        365 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP1_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        370 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP2_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR         82 ext/opcache/Optimizer/zend_optimizer.c 			if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR         85 ext/opcache/Optimizer/zend_optimizer.c 			if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR         88 ext/opcache/Optimizer/zend_optimizer.c 			if (opline->result_type & (IS_TMP_VAR|IS_VAR)) {
IS_TMP_VAR         48 ext/opcache/Optimizer/zend_optimizer_internal.h #define RESULT_USED(op)	    (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) || op->result_type == IS_TMP_VAR)
IS_TMP_VAR         50 ext/opcache/Optimizer/zend_optimizer_internal.h #define SAME_VAR(op1, op2)  ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type == IS_TMP_VAR && op2 ## _type == IS_TMP_VAR)) && op1.var == op2.var)
IS_TMP_VAR         54 sapi/phpdbg/phpdbg_opcode.c 		case IS_TMP_VAR: