IS_TMP_VAR        263 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        276 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        480 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        819 Zend/zend_compile.c 			last_op->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        830 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        973 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       1015 Zend/zend_compile.c 		opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       1045 Zend/zend_compile.c 	if (op1->op_type==IS_TMP_VAR) {
IS_TMP_VAR       1676 Zend/zend_compile.c 	if (switch_entry->cond.op_type != IS_VAR && switch_entry->cond.op_type != IS_TMP_VAR) {
IS_TMP_VAR       2575 Zend/zend_compile.c 	if (expr1->op_type == IS_TMP_VAR) {
IS_TMP_VAR       2579 Zend/zend_compile.c 		opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       2610 Zend/zend_compile.c 	if (expr1->op_type == IS_TMP_VAR) {
IS_TMP_VAR       2614 Zend/zend_compile.c 		opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       2721 Zend/zend_compile.c 	if (switch_entry_ptr->cond.op_type==IS_VAR || switch_entry_ptr->cond.op_type==IS_TMP_VAR) {
IS_TMP_VAR       2752 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3291 Zend/zend_compile.c 				opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3311 Zend/zend_compile.c 		case IS_TMP_VAR:
IS_TMP_VAR       3346 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3475 Zend/zend_compile.c 					case IS_TMP_VAR:
IS_TMP_VAR       3592 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3701 Zend/zend_compile.c 	last_op->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3726 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3873 Zend/zend_compile.c 		opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       3984 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR       4026 Zend/zend_compile.c 	opline->result.op_type = IS_TMP_VAR;
IS_TMP_VAR        238 Zend/zend_execute.c 		case IS_TMP_VAR:
IS_TMP_VAR        376 Zend/zend_execute.c 		case IS_TMP_VAR:
IS_TMP_VAR        582 Zend/zend_execute.c 	} else if (value_op->op_type == IS_TMP_VAR) {
IS_TMP_VAR        674 Zend/zend_execute.c 				if (op2->op_type != IS_TMP_VAR) {
IS_TMP_VAR        685 Zend/zend_execute.c 			} else if (op2->op_type == IS_TMP_VAR) {
IS_TMP_VAR        716 Zend/zend_execute.c 		if (type==IS_TMP_VAR) {
IS_TMP_VAR        779 Zend/zend_execute.c 			if (type!=IS_TMP_VAR) {
IS_TMP_VAR        809 Zend/zend_execute.c 				case IS_TMP_VAR:
IS_TMP_VAR        833 Zend/zend_execute.c 				case IS_TMP_VAR:
IS_TMP_VAR        961 Zend/zend_vm_def.h 				if (OP1_TYPE != IS_TMP_VAR) {
IS_TMP_VAR       1447 Zend/zend_vm_def.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       1462 Zend/zend_vm_def.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (IS_OP2_TMP_FREE()?IS_TMP_VAR:OP2_TYPE), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       2099 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
IS_TMP_VAR       3183 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_TMP_VAR && ce && ce->get_iterator) {
IS_TMP_VAR        838 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR        870 Zend/zend_vm_execute.h 	if(IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR        873 Zend/zend_vm_execute.h 		zend_bool is_const = (IS_TMP_VAR == IS_CONST);
IS_TMP_VAR        908 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_UNUSED &&
IS_TMP_VAR        936 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CONST) {
IS_TMP_VAR        956 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST) {
IS_TMP_VAR       1505 Zend/zend_vm_execute.h 				if (IS_CONST != IS_TMP_VAR) {
IS_TMP_VAR       1691 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) {
IS_TMP_VAR       2194 Zend/zend_vm_execute.h 	if (IS_CONST != IS_TMP_VAR && ce && ce->get_iterator) {
IS_TMP_VAR       4078 Zend/zend_vm_execute.h 				if (IS_TMP_VAR != IS_TMP_VAR) {
IS_TMP_VAR       4089 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !free_op1.var) {
IS_TMP_VAR       4259 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
IS_TMP_VAR       4271 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && !(*retval_ptr_ptr)->is_ref) {
IS_TMP_VAR       4275 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && !1) {
IS_TMP_VAR       4665 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       4697 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       4754 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) &&
IS_TMP_VAR       4769 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_TMP_VAR && ce && ce->get_iterator) {
IS_TMP_VAR       4914 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_TMP_VAR       4916 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_TMP_VAR       5321 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_TMP_VAR       5354 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       5374 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       5430 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       5432 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       5765 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_TMP_VAR       5799 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       5819 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       5875 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       5877 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       6210 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_TMP_VAR       6244 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6264 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6320 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       6322 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       6337 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6357 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6413 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       6415 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       6746 Zend/zend_vm_execute.h 	if (IS_TMP_VAR==IS_VAR) {
IS_TMP_VAR       6779 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6799 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_CV
IS_TMP_VAR       6855 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_TMP_VAR       6857 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_TMP_VAR       7126 Zend/zend_vm_execute.h 				if (IS_VAR != IS_TMP_VAR) {
IS_TMP_VAR       7301 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || IS_VAR == IS_TMP_VAR) {
IS_TMP_VAR       7916 Zend/zend_vm_execute.h 	if (IS_VAR != IS_TMP_VAR && ce && ce->get_iterator) {
IS_TMP_VAR       9312 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       9327 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_CONST), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       10522 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && type == BP_VAR_R) {
IS_TMP_VAR       10830 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       10845 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (1?IS_TMP_VAR:IS_TMP_VAR), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       11059 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       11082 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       12350 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       12365 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_VAR), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       13196 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       14353 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       14368 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_CV), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       16704 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       16727 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       19415 Zend/zend_vm_execute.h 				if (IS_CV != IS_TMP_VAR) {
IS_TMP_VAR       19585 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || IS_CV == IS_TMP_VAR) {
IS_TMP_VAR       20192 Zend/zend_vm_execute.h 	if (IS_CV != IS_TMP_VAR && ce && ce->get_iterator) {
IS_TMP_VAR       21437 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       21452 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_CONST), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       22641 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && type == BP_VAR_R) {
IS_TMP_VAR       22947 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       22962 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (1?IS_TMP_VAR:IS_TMP_VAR), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       23175 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       23198 Zend/zend_vm_execute.h 						if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
IS_TMP_VAR       24459 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       24474 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_VAR), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       25298 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       26452 Zend/zend_vm_execute.h 	 	zend_assign_to_variable(&opline->result, &op_data->op2, &op_data->op1, value, (IS_TMP_FREE(free_op_data1)?IS_TMP_VAR:op_data->op1.op_type), EX(Ts) TSRMLS_CC);
IS_TMP_VAR       26467 Zend/zend_vm_execute.h  	zend_assign_to_variable(&opline->result, &opline->op1, &opline->op2, value, (0?IS_TMP_VAR:IS_CV), EX(Ts) TSRMLS_CC);