IS_UNUSED         486 Zend/zend.c    	EG(exception_op)[0].op1_type = IS_UNUSED;
IS_UNUSED         487 Zend/zend.c    	EG(exception_op)[0].op2_type = IS_UNUSED;
IS_UNUSED         488 Zend/zend.c    	EG(exception_op)[0].result_type = IS_UNUSED;
IS_UNUSED         491 Zend/zend.c    	EG(exception_op)[1].op1_type = IS_UNUSED;
IS_UNUSED         492 Zend/zend.c    	EG(exception_op)[1].op2_type = IS_UNUSED;
IS_UNUSED         493 Zend/zend.c    	EG(exception_op)[1].result_type = IS_UNUSED;
IS_UNUSED         496 Zend/zend.c    	EG(exception_op)[2].op1_type = IS_UNUSED;
IS_UNUSED         497 Zend/zend.c    	EG(exception_op)[2].op2_type = IS_UNUSED;
IS_UNUSED         498 Zend/zend.c    	EG(exception_op)[2].result_type = IS_UNUSED;
IS_UNUSED         610 Zend/zend_compile.c #define MAKE_NOP(opline)	{ opline->opcode = ZEND_NOP;  memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED;  }
IS_UNUSED        1066 Zend/zend_compile.c 		opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED;
IS_UNUSED        1364 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1375 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1385 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1769 Zend/zend_compile.c 		switch_entry.cond.op_type = IS_UNUSED;
IS_UNUSED        1780 Zend/zend_compile.c 		dummy_opline.result_type = IS_UNUSED;
IS_UNUSED        1906 Zend/zend_compile.c 	opline->op1_type = IS_UNUSED;
IS_UNUSED        1927 Zend/zend_compile.c 	if (class_type->op_type != IS_UNUSED) {
IS_UNUSED        2047 Zend/zend_compile.c 		last_op->result_type = IS_UNUSED;
IS_UNUSED        2530 Zend/zend_compile.c 			method_name->op_type = IS_UNUSED;
IS_UNUSED        2582 Zend/zend_compile.c 	if (is_method && function_name && function_name->op_type == IS_UNUSED) {
IS_UNUSED        2780 Zend/zend_compile.c 		return (switch_entry->cond.op_type == IS_UNUSED);
IS_UNUSED        2798 Zend/zend_compile.c 	if (foreach_copy->result_type == IS_UNUSED) {
IS_UNUSED        3057 Zend/zend_compile.c 	if (catch_token->op_type != IS_UNUSED) {
IS_UNUSED        3065 Zend/zend_compile.c 	if (catch_token->op_type == IS_UNUSED && finally_token->op_type == IS_UNUSED) {
IS_UNUSED        3068 Zend/zend_compile.c 	if (finally_token->op_type != IS_UNUSED) {
IS_UNUSED        3478 Zend/zend_compile.c 					if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
IS_UNUSED        4818 Zend/zend_compile.c 						opline->result_type = IS_UNUSED;
IS_UNUSED        5015 Zend/zend_compile.c 	if (case_list->op_type != IS_UNUSED) { /* non-empty switch */
IS_UNUSED        5071 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        5116 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        5183 Zend/zend_compile.c 	if (parent_class_name && parent_class_name->op_type != IS_UNUSED) {
IS_UNUSED        5522 Zend/zend_compile.c 			object->op_type = IS_UNUSED; /* this means $this for objects */
IS_UNUSED        6434 Zend/zend_compile.c 	if (key->op_type != IS_UNUSED) {
IS_UNUSED        6446 Zend/zend_compile.c 	if ((key->op_type != IS_UNUSED)) {
IS_UNUSED        6469 Zend/zend_compile.c 			if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) {
IS_UNUSED        6499 Zend/zend_compile.c 	if (key->op_type != IS_UNUSED) {
IS_UNUSED          38 Zend/zend_compile.h #define SET_UNUSED(op)  op ## _type = IS_UNUSED
IS_UNUSED         360 Zend/zend_execute.c 		case IS_UNUSED:
IS_UNUSED         484 Zend/zend_execute.c 	if (op_type == IS_UNUSED) {
IS_UNUSED         509 Zend/zend_execute.c 	if (op_type == IS_UNUSED) {
IS_UNUSED         360 Zend/zend_language_parser.y 				/* empty */ { $$.op_type = IS_UNUSED; }
IS_UNUSED         368 Zend/zend_language_parser.y 					/* empty */ { $$.op_type = IS_UNUSED; }
IS_UNUSED         443 Zend/zend_language_parser.y 		/* empty */					{ $$.op_type = IS_UNUSED; }
IS_UNUSED         467 Zend/zend_language_parser.y 		/* empty */						{ $$.op_type = IS_UNUSED; }
IS_UNUSED         510 Zend/zend_language_parser.y 		/* empty */	{ $$.op_type = IS_UNUSED; }
IS_UNUSED         573 Zend/zend_language_parser.y 		/* empty */					{ $$.op_type = IS_UNUSED; }
IS_UNUSED         954 Zend/zend_language_parser.y 		/* empty */	{ memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
IS_UNUSED         955 Zend/zend_language_parser.y 	|	'(' ')'		{ memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
IS_UNUSED        1184 Zend/zend_language_parser.y 		/* empty */		{ $$.op_type = IS_UNUSED; }
IS_UNUSED        1026 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1276 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_UNUSED) {
IS_UNUSED        2298 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2321 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2349 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2390 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_UNUSED) {
IS_UNUSED        2547 Zend/zend_vm_def.h 	} else if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3703 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3827 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3876 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3878 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED
IS_UNUSED        4086 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        4112 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4593 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        4618 Zend/zend_vm_def.h 		if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4819 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED)
IS_UNUSED        4823 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5494 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5573 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1404 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        1746 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        1945 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        2144 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        2152 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        2183 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        3216 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED)
IS_UNUSED        3220 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3638 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3861 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3963 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        4087 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4136 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        4138 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        4154 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        4180 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4231 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        4256 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4376 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4454 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4863 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        4998 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        5047 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        5049 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        5078 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        5156 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        5528 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5727 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5862 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5911 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        5913 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        5929 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        5955 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        6006 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        6031 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        6105 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        6183 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        6280 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6283 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6455 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        6459 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        6462 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6467 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6488 Zend/zend_vm_execute.h 				call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_UNUSED        6493 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        6503 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        6582 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6598 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6631 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        6633 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        6649 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6675 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6678 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6726 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6751 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6754 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6849 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        6927 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6932 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        7321 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        7515 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        7564 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        7566 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        7595 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        7673 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        8582 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_UNUSED        8586 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9056 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9244 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9267 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9415 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9464 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9466 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        9482 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9508 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9559 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9584 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9658 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9736 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        10115 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10282 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10331 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10333 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        10362 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10440 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10812 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10981 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        11148 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11197 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        11199 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        11215 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        11241 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11292 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        11317 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11391 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        11469 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11566 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11569 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11743 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11759 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11792 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        11794 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        11810 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11836 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11839 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11887 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11912 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11915 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11986 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        12064 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        12069 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        12428 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12592 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        12641 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12643 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        12672 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        12750 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        14082 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED)
IS_UNUSED        14086 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        14994 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15243 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        15832 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15934 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        16058 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        16107 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        16109 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        16125 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        16151 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        16339 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        16364 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        16585 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        16664 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        17595 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        18186 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        18321 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        18370 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        18372 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        18685 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        18764 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        19608 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        19857 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20504 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20639 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20688 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20690 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        20706 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20732 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20920 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20945 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        21166 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        21245 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        21360 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        21379 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        21401 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        21460 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_UNUSED, BP_VAR_RW TSRMLS_CC);
IS_UNUSED        21601 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21604 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21753 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        21787 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_RW TSRMLS_CC);
IS_UNUSED        21809 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        21818 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        21822 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_R TSRMLS_CC);
IS_UNUSED        21849 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_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        21861 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        21945 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        21949 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        21952 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21957 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21978 Zend/zend_vm_execute.h 				call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC);
IS_UNUSED        21983 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        21993 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        22072 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        22088 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        22121 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        22123 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        22139 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        22165 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        22168 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        22216 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        22241 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        22244 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        22336 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        22415 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        22420 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        23330 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        23973 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        24107 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        24156 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        24158 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        24471 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        24550 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        24641 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CONST ||
IS_UNUSED        24697 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED)
IS_UNUSED        24701 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        24727 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24841 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24844 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        24985 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25093 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25243 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25253 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25286 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25295 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25361 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25370 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25392 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        25400 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25409 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25437 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25460 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25483 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25585 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25618 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25653 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25677 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25679 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        25696 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25701 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25792 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25793 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25988 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        25994 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        26012 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        26018 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        26037 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        26053 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV) {
IS_UNUSED        26066 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        26140 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26254 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26257 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        26399 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26507 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26657 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26667 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26700 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26709 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26775 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26784 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26806 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        26814 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26823 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26851 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26879 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        26999 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        27001 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        27018 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        27023 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        27114 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        27115 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        27310 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        27316 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        27334 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        27340 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        27359 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        27375 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV) {
IS_UNUSED        27388 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        27462 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27576 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27579 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        27721 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27829 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27979 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27989 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        28022 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28031 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        28097 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28106 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        28128 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        28136 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28145 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        28173 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28201 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        28321 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        28323 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        28340 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        28345 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        28436 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        28437 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        28632 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28638 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        28656 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        28662 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        28681 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28697 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV) {
IS_UNUSED        28710 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        28785 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28810 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        28829 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        28851 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        28899 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28902 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        28909 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_UNUSED, BP_VAR_RW TSRMLS_CC);
IS_UNUSED        29033 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        29035 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        29064 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        29070 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        29088 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        29094 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        29113 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        29129 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV) {
IS_UNUSED        29142 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        29147 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        29216 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29330 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29333 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        29474 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29582 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29732 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29742 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29775 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29784 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29850 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29859 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29881 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        29889 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29898 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29926 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29954 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        30072 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        30074 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        30091 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        30096 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        30187 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        30188 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        30383 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        30389 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        30407 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        30413 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        30432 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        30448 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV) {
IS_UNUSED        30461 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        31620 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED)
IS_UNUSED        31624 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        32528 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        32776 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        33369 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33418 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        33420 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        33436 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        33462 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33648 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        33673 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33892 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        33970 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        34899 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        35495 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        35544 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        35546 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        35855 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        35933 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        36776 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37024 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        37675 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37724 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        37726 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        37742 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37768 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37954 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37979 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        38198 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        38276 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        38391 Zend/zend_vm_execute.h 			zval **zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        38410 Zend/zend_vm_execute.h 					z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        38432 Zend/zend_vm_execute.h 					Z_OBJ_HT_P(object)->write_property(object, property, z, ((IS_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        38490 Zend/zend_vm_execute.h 					zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), container, dim, IS_UNUSED, BP_VAR_RW TSRMLS_CC);
IS_UNUSED        38631 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38634 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38783 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        38816 Zend/zend_vm_execute.h 	zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_RW TSRMLS_CC);
IS_UNUSED        38838 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        38847 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        38851 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read(&EX_T(opline->result.var), container, NULL, IS_UNUSED, BP_VAR_R TSRMLS_CC);
IS_UNUSED        38878 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_UNUSED == IS_CONST) ? opline->op2.literal : NULL) TSRMLS_CC);
IS_UNUSED        38890 Zend/zend_vm_execute.h 		zend_fetch_dimension_address(&EX_T((opline+1)->op2.var), object_ptr, dim, IS_UNUSED, BP_VAR_W TSRMLS_CC);
IS_UNUSED        38976 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38992 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        39025 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        39027 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        39043 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        39069 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        39072 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        39120 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        39145 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        39148 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        39219 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        39297 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        39302 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        40210 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        40856 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        40905 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        40907 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        41216 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        41294 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED         706 ext/opcache/Optimizer/block_pass.c 				ZEND_RESULT_TYPE(src) = IS_UNUSED;
IS_UNUSED         961 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP1_TYPE(src) == IS_UNUSED) {
IS_UNUSED        1478 ext/opcache/Optimizer/block_pass.c 				ZEND_OP1_TYPE(last_op) = IS_UNUSED;
IS_UNUSED        1855 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1867 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (ZEND_RESULT_TYPE(opline) == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1979 ext/opcache/Optimizer/block_pass.c 						ZEND_RESULT_TYPE(opline) = IS_UNUSED;
IS_UNUSED          67 ext/opcache/Optimizer/compact_literals.c 	    op_type == IS_UNUSED) {
IS_UNUSED         151 ext/opcache/Optimizer/compact_literals.c 					if (ZEND_OP1_TYPE(opline) == IS_UNUSED) {
IS_UNUSED         178 ext/opcache/Optimizer/compact_literals.c 					if (ZEND_OP2_TYPE(opline) == IS_UNUSED) {
IS_UNUSED         220 ext/opcache/Optimizer/pass1_5.c 			if (ZEND_OP1_TYPE(opline) == IS_UNUSED &&
IS_UNUSED         244 ext/opcache/Optimizer/pass1_5.c 			if (ZEND_OP1_TYPE(opline) == IS_UNUSED &&
IS_UNUSED         266 ext/opcache/Optimizer/pass1_5.c 			if (ZEND_OP1_TYPE(opline) != IS_UNUSED &&
IS_UNUSED         295 ext/opcache/Optimizer/pass1_5.c 					(ZEND_OP1_TYPE(opline - 1) == IS_UNUSED &&
IS_UNUSED         546 ext/opcache/Optimizer/pass1_5.c 			    opline->op2_type == IS_UNUSED &&
IS_UNUSED         112 ext/opcache/Optimizer/pass2.c 					ZEND_OP1_TYPE(opline) = IS_UNUSED;
IS_UNUSED         150 ext/opcache/Optimizer/pass2.c 					ZEND_OP1_TYPE(opline) = IS_UNUSED;
IS_UNUSED          44 ext/opcache/Optimizer/zend_optimizer_internal.h # define MAKE_NOP(opline)	{ opline->opcode = ZEND_NOP;  memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; opline->handler = zend_opcode_handlers[ZEND_NOP]; }
IS_UNUSED          49 ext/opcache/Optimizer/zend_optimizer_internal.h # define MAKE_NOP(opline)	{ opline->opcode = ZEND_NOP;  memset(&opline->result,0,sizeof(znode)); memset(&opline->op1,0,sizeof(znode)); memset(&opline->op2,0,sizeof(znode)); opline->result.op_type=opline->op1.op_type=opline->op2.op_type=IS_UNUSED; opline->handler = zend_opcode_handlers[ZEND_NOP]; }
IS_UNUSED         336 ext/opcache/zend_persist.c 						opline->result.op_type = IS_UNUSED;
IS_UNUSED         747 ext/reflection/php_reflection.c 		if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
IS_UNUSED        1528 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
IS_UNUSED        2602 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
IS_UNUSED          71 sapi/phpdbg/phpdbg_opcode.c 		case IS_UNUSED: