IS_TMP_VAR        589 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR        602 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR        863 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       1215 Zend/zend_compile.c 			last_op->result_type = IS_TMP_VAR;
IS_TMP_VAR       1226 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       1427 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       1446 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       1456 Zend/zend_compile.c 	if (op1->op_type==IS_TMP_VAR) {
IS_TMP_VAR       1806 Zend/zend_compile.c 	result->op_type = IS_TMP_VAR;
IS_TMP_VAR       2779 Zend/zend_compile.c 	if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) {
IS_TMP_VAR       2785 Zend/zend_compile.c 	opline->opcode = (switch_entry->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE;
IS_TMP_VAR       2804 Zend/zend_compile.c 	opline->opcode = (foreach_copy->result_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE;
IS_TMP_VAR       4646 Zend/zend_compile.c 	result->op_type = IS_TMP_VAR;
IS_TMP_VAR       4877 Zend/zend_compile.c 	if (expr1->op_type == IS_TMP_VAR) {
IS_TMP_VAR       4881 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       4912 Zend/zend_compile.c 	if (expr1->op_type == IS_TMP_VAR) {
IS_TMP_VAR       4916 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       5025 Zend/zend_compile.c 	if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) {
IS_TMP_VAR       5028 Zend/zend_compile.c 		opline->opcode = (switch_entry_ptr->cond.op_type == IS_TMP_VAR) ? ZEND_FREE : ZEND_SWITCH_FREE;
IS_TMP_VAR       5056 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       5751 Zend/zend_compile.c 				opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       5802 Zend/zend_compile.c 			opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       5832 Zend/zend_compile.c 		case IS_TMP_VAR:
IS_TMP_VAR       5873 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6017 Zend/zend_compile.c 					case IS_TMP_VAR:
IS_TMP_VAR       6209 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6328 Zend/zend_compile.c 	last_op->result_type = IS_TMP_VAR;
IS_TMP_VAR       6353 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6503 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6639 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6667 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6686 Zend/zend_compile.c 	if (colon_token->op_type == IS_TMP_VAR) {
IS_TMP_VAR       6738 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
IS_TMP_VAR       6759 Zend/zend_compile.c 	if (qm_token->op_type == IS_TMP_VAR) {
IS_TMP_VAR        353 Zend/zend_execute.c 		case IS_TMP_VAR:
IS_TMP_VAR        735 Zend/zend_execute.c 	if (value_type == IS_TMP_VAR) {
IS_TMP_VAR        761 Zend/zend_execute.c 			if (value_type == IS_TMP_VAR) {
IS_TMP_VAR        809 Zend/zend_execute.c 			if (value_type != IS_TMP_VAR) {
IS_TMP_VAR        817 Zend/zend_execute.c 			if (value_type == IS_TMP_VAR) {
IS_TMP_VAR       1228 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
IS_TMP_VAR       1257 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
IS_TMP_VAR       1361 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
IS_TMP_VAR       1377 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
IS_TMP_VAR       1392 Zend/zend_execute.c 	zend_fetch_dimension_address_read(&tmp, container, dim, IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR        986 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) {
IS_TMP_VAR       1084 Zend/zend_vm_def.h 				if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       1687 Zend/zend_vm_def.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       1743 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       2115 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2145 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2175 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2209 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2240 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2266 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       2686 Zend/zend_vm_def.h 		} else if (OP2_TYPE != IS_CONST && OP2_TYPE != IS_TMP_VAR &&
IS_TMP_VAR       2866 Zend/zend_vm_def.h 		    OP1_TYPE == IS_TMP_VAR ||
IS_TMP_VAR       2872 Zend/zend_vm_def.h 			if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       2906 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR || 
IS_TMP_VAR       2913 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       5500 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       5544 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR
IS_TMP_VAR       5578 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_CONST || OP2_TYPE == IS_TMP_VAR
IS_TMP_VAR       1490 Zend/zend_vm_execute.h 		} else if (IS_CONST != IS_CONST && IS_CONST != IS_TMP_VAR &&
IS_TMP_VAR       1746 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       1754 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       1784 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       1834 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR != IS_CONST && IS_TMP_VAR != IS_TMP_VAR &&
IS_TMP_VAR       1841 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR && 1 && Z_REFCOUNT_P(function_name) == 1 &&
IS_TMP_VAR       1855 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR != IS_CONST &&
IS_TMP_VAR       2033 Zend/zend_vm_execute.h 		} else if (IS_VAR != IS_CONST && IS_VAR != IS_TMP_VAR &&
IS_TMP_VAR       2269 Zend/zend_vm_execute.h 		} else if (IS_CV != IS_CONST && IS_CV != IS_TMP_VAR &&
IS_TMP_VAR       2406 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) {
IS_TMP_VAR       2433 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2463 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2493 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2527 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2558 Zend/zend_vm_execute.h 	if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       2618 Zend/zend_vm_execute.h 		    IS_CONST == IS_TMP_VAR ||
IS_TMP_VAR       2624 Zend/zend_vm_execute.h 			if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       2658 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR ||
IS_TMP_VAR       2665 Zend/zend_vm_execute.h 				if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       3696 Zend/zend_vm_execute.h 				if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       4382 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       4425 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       4459 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       4812 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       4856 Zend/zend_vm_execute.h 	    IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       4860 Zend/zend_vm_execute.h 	           IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       4863 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       4868 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       4889 Zend/zend_vm_execute.h 				call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       4894 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       4904 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST) {
IS_TMP_VAR       4998 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       5014 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       5084 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       5127 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       5156 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       5161 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       5586 Zend/zend_vm_execute.h 				if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       6111 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6154 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       6188 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       6338 Zend/zend_vm_execute.h 				if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       6855 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       6898 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       6932 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       7601 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       7644 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       7678 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       7782 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) {
IS_TMP_VAR       7810 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       7840 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       7870 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       7904 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       7935 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       7961 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       7982 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       7983 Zend/zend_vm_execute.h 		    IS_TMP_VAR == IS_TMP_VAR ||
IS_TMP_VAR       7989 Zend/zend_vm_execute.h 			if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       7994 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) &&
IS_TMP_VAR       7998 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       8005 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       8023 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR ||
IS_TMP_VAR       8024 Zend/zend_vm_execute.h 		    (IS_TMP_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
IS_TMP_VAR       8030 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       8052 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(retval_ptr_ptr == NULL)) {
IS_TMP_VAR       8056 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(retval_ptr_ptr)) {
IS_TMP_VAR       8094 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
IS_TMP_VAR       8172 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       8430 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) &&
IS_TMP_VAR       8475 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       8479 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST ||
IS_TMP_VAR       8480 Zend/zend_vm_execute.h 		           (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       8483 Zend/zend_vm_execute.h 		           (IS_TMP_VAR == IS_VAR &&
IS_TMP_VAR       8488 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       8495 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       8503 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && !(opline->extended_value & ZEND_FE_RESET_VARIABLE)) {
IS_TMP_VAR       8509 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR && opline->extended_value & ZEND_FE_RESET_VARIABLE) {
IS_TMP_VAR       8528 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && opline->extended_value & ZEND_FE_RESET_VARIABLE) {
IS_TMP_VAR       8537 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_VAR && opline->extended_value & ZEND_FE_RESET_VARIABLE) {
IS_TMP_VAR       8569 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_VAR && opline->extended_value & ZEND_FE_RESET_VARIABLE) {
IS_TMP_VAR       8582 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       8586 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       8667 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       8719 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9047 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_TMP_VAR       9065 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       9077 Zend/zend_vm_execute.h 		retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       9087 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       9114 Zend/zend_vm_execute.h 				if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       9125 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !free_op1.var) {
IS_TMP_VAR       9133 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       9206 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_VAR || !(opline->extended_value & ZEND_FETCH_ADD_LOCK)) {
IS_TMP_VAR       9244 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       9267 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       9385 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       9388 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr_ptr == NULL)) {
IS_TMP_VAR       9402 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST || PZVAL_IS_REF(expr_ptr)) {
IS_TMP_VAR       9410 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9452 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       9464 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       9466 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       9481 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       9499 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       9504 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9517 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       9519 Zend/zend_vm_execute.h 					} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9533 Zend/zend_vm_execute.h 		zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       9541 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       9543 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9558 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       9577 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       9601 Zend/zend_vm_execute.h 			value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       9612 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       9658 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       9664 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       9682 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       9688 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_TMP_VAR       9707 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       9723 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       9741 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       10094 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       10096 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_VAR || !(opline->extended_value & ZEND_FETCH_ADD_LOCK)) {
IS_TMP_VAR       10115 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       10161 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST &&
IS_TMP_VAR       10178 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST ||
IS_TMP_VAR       10187 Zend/zend_vm_execute.h 			call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       10191 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       10252 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       10255 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr_ptr == NULL)) {
IS_TMP_VAR       10269 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST || PZVAL_IS_REF(expr_ptr)) {
IS_TMP_VAR       10277 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       10282 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       10298 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       10319 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       10331 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       10333 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       10362 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       10368 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       10386 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       10392 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_TMP_VAR       10411 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       10427 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       10440 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       10445 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       10803 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_TMP_VAR       10821 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       10833 Zend/zend_vm_execute.h 		retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       10843 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       10870 Zend/zend_vm_execute.h 				if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       10881 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !free_op1.var) {
IS_TMP_VAR       10889 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       10962 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_VAR || !(opline->extended_value & ZEND_FETCH_ADD_LOCK)) {
IS_TMP_VAR       10981 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       11118 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       11121 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr_ptr == NULL)) {
IS_TMP_VAR       11135 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST || PZVAL_IS_REF(expr_ptr)) {
IS_TMP_VAR       11143 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11185 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       11197 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       11199 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       11214 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       11232 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       11237 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11250 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11252 Zend/zend_vm_execute.h 					} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11266 Zend/zend_vm_execute.h 		zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       11274 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11276 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11291 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       11310 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       11334 Zend/zend_vm_execute.h 			value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       11345 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11391 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       11397 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       11415 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       11421 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_TMP_VAR       11440 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       11456 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11474 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       11557 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_TMP_VAR       11575 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       11587 Zend/zend_vm_execute.h 		retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       11597 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       11624 Zend/zend_vm_execute.h 				if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       11635 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !free_op1.var) {
IS_TMP_VAR       11643 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp_varname) {
IS_TMP_VAR       11713 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       11716 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr_ptr == NULL)) {
IS_TMP_VAR       11730 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST || PZVAL_IS_REF(expr_ptr)) {
IS_TMP_VAR       11738 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11780 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       11792 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       11794 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       11809 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       11827 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       11832 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11845 Zend/zend_vm_execute.h 					if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11847 Zend/zend_vm_execute.h 					} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11861 Zend/zend_vm_execute.h 		zend_std_unset_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       11869 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11871 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       11886 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV &&
IS_TMP_VAR       11905 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_TMP_VAR       11929 Zend/zend_vm_execute.h 			value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_TMP_VAR == IS_CONST) ? opline->op1.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       11940 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && varname == &tmp) {
IS_TMP_VAR       11986 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       11992 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       12010 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       12016 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_TMP_VAR       12035 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       12051 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12069 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       12409 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_VAR || !(opline->extended_value & ZEND_FETCH_ADD_LOCK)) {
IS_TMP_VAR       12428 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       12562 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       12565 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr_ptr == NULL)) {
IS_TMP_VAR       12579 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST || PZVAL_IS_REF(expr_ptr)) {
IS_TMP_VAR       12587 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12629 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV) && opline->extended_value) {
IS_TMP_VAR       12641 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       12643 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       12672 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       12678 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       12696 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_TMP_VAR       12702 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_TMP_VAR       12721 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       12737 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CV) {
IS_TMP_VAR       12755 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       13039 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) {
IS_TMP_VAR       13067 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       13097 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       13127 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       13161 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       13192 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       13218 Zend/zend_vm_execute.h 	if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       13240 Zend/zend_vm_execute.h 		    IS_VAR == IS_TMP_VAR ||
IS_TMP_VAR       13246 Zend/zend_vm_execute.h 			if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       13280 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR ||
IS_TMP_VAR       13287 Zend/zend_vm_execute.h 				if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       15052 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       15629 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       15685 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       16591 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       16635 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       16669 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       17054 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17073 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17095 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17154 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_TMP_VAR, BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       17315 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17333 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17349 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17420 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17438 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17456 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17494 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       17515 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       17549 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       17567 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_IS TSRMLS_CC);
IS_TMP_VAR       17586 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       17595 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       17599 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       17624 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_UNSET TSRMLS_CC);
IS_TMP_VAR       17674 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17714 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       17757 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       17796 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17833 Zend/zend_vm_execute.h 		zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       17872 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
IS_TMP_VAR       17910 Zend/zend_vm_execute.h 	zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17942 Zend/zend_vm_execute.h 		zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       17954 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       17982 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       18016 Zend/zend_vm_execute.h 		if (zend_assign_to_string_offset(&EX_T(opline->op1.var), value, IS_TMP_VAR TSRMLS_CC)) {
IS_TMP_VAR       18038 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18040 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18074 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST &&
IS_TMP_VAR       18091 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST ||
IS_TMP_VAR       18100 Zend/zend_vm_execute.h 			call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       18104 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       18179 Zend/zend_vm_execute.h 	    IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       18183 Zend/zend_vm_execute.h 	           IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       18186 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       18191 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18212 Zend/zend_vm_execute.h 				call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       18217 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       18227 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST) {
IS_TMP_VAR       18321 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       18337 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18411 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       18414 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18425 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       18431 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       18495 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       18550 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       18590 Zend/zend_vm_execute.h 				result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       18691 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       18735 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       18764 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       18769 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       19666 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       20244 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       20300 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21172 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       21216 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       21250 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       21659 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       21888 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       22342 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       22386 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       22420 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       23716 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       23772 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       24477 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       24521 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       24555 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       25994 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       26037 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       26071 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       26165 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26184 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26206 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26264 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_TMP_VAR, BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       26425 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26443 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26459 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26530 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26548 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26566 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26622 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26661 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       26703 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       26742 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26778 Zend/zend_vm_execute.h 		zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       26817 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
IS_TMP_VAR       26854 Zend/zend_vm_execute.h 	zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       26925 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST &&
IS_TMP_VAR       26942 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST ||
IS_TMP_VAR       26951 Zend/zend_vm_execute.h 			call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       26955 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       27040 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       27043 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       27054 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       27060 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       27123 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       27177 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       27217 Zend/zend_vm_execute.h 				result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       27316 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       27359 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       27388 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       27393 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       28638 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       28681 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       28715 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       29070 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       29113 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       29147 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       30389 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_TMP_VAR       30432 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       30466 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       30736 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) {
IS_TMP_VAR       30763 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       30793 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       30823 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       30857 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       30888 Zend/zend_vm_execute.h 	if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) {
IS_TMP_VAR       30922 Zend/zend_vm_execute.h 		    IS_CV == IS_TMP_VAR ||
IS_TMP_VAR       30928 Zend/zend_vm_execute.h 			if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       30962 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR ||
IS_TMP_VAR       30969 Zend/zend_vm_execute.h 				if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       32586 Zend/zend_vm_execute.h 				if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       33158 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       33214 Zend/zend_vm_execute.h 		if (IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       33898 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       33941 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       33975 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR
IS_TMP_VAR       34360 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34379 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34401 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34459 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_TMP_VAR, BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       34620 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34638 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34654 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34725 Zend/zend_vm_execute.h 		zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34743 Zend/zend_vm_execute.h 			z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34761 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(object)->write_property(object, property, z_copy, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       34799 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       34820 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       34853 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       34871 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_IS TSRMLS_CC);
IS_TMP_VAR       34890 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       34899 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       34903 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_R TSRMLS_CC);
IS_TMP_VAR       34928 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, _get_zval_ptr_tmp(opline->op2.var, execute_data, &free_op2 TSRMLS_CC), IS_TMP_VAR, BP_VAR_UNSET TSRMLS_CC);
IS_TMP_VAR       34978 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35017 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       35059 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_RW TSRMLS_CC);
IS_TMP_VAR       35098 Zend/zend_vm_execute.h 		retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35134 Zend/zend_vm_execute.h 		zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       35173 Zend/zend_vm_execute.h 	zend_fetch_property_address(&EX_T(opline->result.var), container, property, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL), BP_VAR_UNSET TSRMLS_CC);
IS_TMP_VAR       35210 Zend/zend_vm_execute.h 	zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35242 Zend/zend_vm_execute.h 		zend_assign_to_object(RETURN_VALUE_USED(opline)?&EX_T(opline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_DIM, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35254 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_TMP_VAR, BP_VAR_W TSRMLS_CC);
IS_TMP_VAR       35282 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       35316 Zend/zend_vm_execute.h 		if (zend_assign_to_string_offset(&EX_T(opline->op1.var), value, IS_TMP_VAR TSRMLS_CC)) {
IS_TMP_VAR       35338 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       35340 Zend/zend_vm_execute.h 		} else if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       35374 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST &&
IS_TMP_VAR       35391 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST ||
IS_TMP_VAR       35400 Zend/zend_vm_execute.h 			call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_TMP_VAR       35404 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CONST &&
IS_TMP_VAR       35495 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       35511 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       35585 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       35588 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       35599 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       35605 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       35668 Zend/zend_vm_execute.h 				Z_OBJ_HT_P(*container)->unset_property(*container, offset, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35722 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR       35762 Zend/zend_vm_execute.h 				result = Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISEMPTY) != 0, ((IS_TMP_VAR == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_TMP_VAR       35861 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       35904 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       35933 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       35938 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR
IS_TMP_VAR       36834 Zend/zend_vm_execute.h 				if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       37407 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       37463 Zend/zend_vm_execute.h 		if (IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       38204 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       38247 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       38281 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR
IS_TMP_VAR       38689 Zend/zend_vm_execute.h 				if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       38917 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       39225 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       39268 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       39302 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_TMP_VAR       40592 Zend/zend_vm_execute.h 			if ((opline+1)->op1_type == IS_TMP_VAR) {
IS_TMP_VAR       40648 Zend/zend_vm_execute.h 		if (IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       41222 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       41265 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR       41299 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR
IS_TMP_VAR        540 ext/opcache/Optimizer/block_pass.c # define VAR_NUM_EX(op) ((op ## _type & (IS_TMP_VAR|IS_VAR))?VAR_NUM((op).var):(op).var)
IS_TMP_VAR        545 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        549 ext/opcache/Optimizer/block_pass.c # define VAR_NUM_EX(op) ((op).op_type == IS_TMP_VAR || (op).op_type == IS_VAR? VAR_NUM((op).u.var) : (op).u.var)
IS_TMP_VAR        554 ext/opcache/Optimizer/block_pass.c # define VAR_UNSET(op) do { if ((op).op_type == IS_TMP_VAR || (op).op_type == IS_VAR) {VAR_SOURCE(op) = NULL;}} while (0)
IS_TMP_VAR        640 ext/opcache/Optimizer/block_pass.c 		if (ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        659 ext/opcache/Optimizer/block_pass.c 		if (ZEND_OP2_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        673 ext/opcache/Optimizer/block_pass.c 		if (ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        681 ext/opcache/Optimizer/block_pass.c 		if (ZEND_OP2_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        690 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        701 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        713 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        816 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        867 ext/opcache/Optimizer/block_pass.c 		   ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        891 ext/opcache/Optimizer/block_pass.c 			ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        894 ext/opcache/Optimizer/block_pass.c 			(ZEND_RESULT_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        943 ext/opcache/Optimizer/block_pass.c 				  ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1071 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1081 ext/opcache/Optimizer/block_pass.c 				  	ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1102 ext/opcache/Optimizer/block_pass.c 				  	ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1120 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1135 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1150 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1151 ext/opcache/Optimizer/block_pass.c 					ZEND_RESULT_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1156 ext/opcache/Optimizer/block_pass.c 					ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR       1516 ext/opcache/Optimizer/block_pass.c 				   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1526 ext/opcache/Optimizer/block_pass.c 							(ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1539 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1557 ext/opcache/Optimizer/block_pass.c 							(ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1664 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1673 ext/opcache/Optimizer/block_pass.c 					   	   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1682 ext/opcache/Optimizer/block_pass.c 					       (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1692 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1710 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1766 ext/opcache/Optimizer/block_pass.c 				if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) {
IS_TMP_VAR       1811 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1820 ext/opcache/Optimizer/block_pass.c 						   (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) &&
IS_TMP_VAR       1848 ext/opcache/Optimizer/block_pass.c 		if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
IS_TMP_VAR       1854 ext/opcache/Optimizer/block_pass.c # define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !usage[VAR_NUM(op.var)]) /* !used_ext[op.var] && */
IS_TMP_VAR       1860 ext/opcache/Optimizer/block_pass.c 		if ((op.op_type == IS_VAR || op.op_type == IS_TMP_VAR) && \
IS_TMP_VAR       1866 ext/opcache/Optimizer/block_pass.c # define NEVER_USED(op) ((op.op_type == IS_VAR || op.op_type == IS_TMP_VAR) && !usage[VAR_NUM(op.u.var)]) /* !used_ext[op.u.var] && */
IS_TMP_VAR       1907 ext/opcache/Optimizer/block_pass.c 					(opline->opcode == ZEND_OP_DATA && ZEND_RESULT_TYPE(opline) == IS_TMP_VAR) ||
IS_TMP_VAR       1995 ext/opcache/Optimizer/block_pass.c 				if (ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR       2004 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR       2007 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP2_TYPE(opline) == IS_VAR || ZEND_OP2_TYPE(opline) == IS_TMP_VAR) {
IS_TMP_VAR         97 ext/opcache/Optimizer/optimize_temp_vars_5.c         if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR | IS_CONST)) {
IS_TMP_VAR        103 ext/opcache/Optimizer/optimize_temp_vars_5.c         if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR        117 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if ((ZEND_OP1_TYPE(opline) & (IS_VAR | IS_TMP_VAR))
IS_TMP_VAR        138 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if ((ZEND_OP2_TYPE(opline) & (IS_VAR | IS_TMP_VAR))
IS_TMP_VAR        170 ext/opcache/Optimizer/optimize_temp_vars_5.c 		    ZEND_OP2_TYPE(opline + 1) & (IS_VAR | IS_TMP_VAR)) {
IS_TMP_VAR        181 ext/opcache/Optimizer/optimize_temp_vars_5.c 		if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR | IS_CONST)) {
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         85 ext/opcache/Optimizer/pass2.c 				    ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR         86 ext/opcache/Optimizer/pass2.c 				    ZEND_RESULT_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        308 ext/opcache/Optimizer/pass3.c 							if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        334 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP1_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        339 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP2_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        347 ext/opcache/Optimizer/pass3.c 							if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        373 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP1_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        378 ext/opcache/Optimizer/pass3.c 							if(ZEND_OP2_TYPE(op) == IS_TMP_VAR &&
IS_TMP_VAR        404 ext/opcache/Optimizer/zend_optimizer.c 		if (ZEND_OP1_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR        434 ext/opcache/Optimizer/zend_optimizer.c 					if (ZEND_OP1_TYPE(m) == IS_TMP_VAR &&
IS_TMP_VAR        458 ext/opcache/Optimizer/zend_optimizer.c 		if (ZEND_OP2_TYPE(opline) == IS_TMP_VAR &&
IS_TMP_VAR         45 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         47 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         50 ext/opcache/Optimizer/zend_optimizer_internal.h # define RESULT_USED(op)	((op->result.op_type == IS_VAR && (op->result.u.EA.type & EXT_TYPE_UNUSED) == 0) || (op->result.op_type == IS_TMP_VAR))
IS_TMP_VAR         52 ext/opcache/Optimizer/zend_optimizer_internal.h # define SAME_VAR(op1, op2) 	(((op1.op_type == IS_VAR && op2.op_type == IS_VAR) || (op1.op_type == IS_TMP_VAR && op2.op_type == IS_TMP_VAR)) && op1.u.var == op2.u.var)
IS_TMP_VAR         53 sapi/phpdbg/phpdbg_opcode.c 		case IS_TMP_VAR: {