IS_UNUSED         485 Zend/zend.c    	EG(exception_op)[0].op1_type = IS_UNUSED;
IS_UNUSED         486 Zend/zend.c    	EG(exception_op)[0].op2_type = IS_UNUSED;
IS_UNUSED         487 Zend/zend.c    	EG(exception_op)[0].result_type = IS_UNUSED;
IS_UNUSED         490 Zend/zend.c    	EG(exception_op)[1].op1_type = IS_UNUSED;
IS_UNUSED         491 Zend/zend.c    	EG(exception_op)[1].op2_type = IS_UNUSED;
IS_UNUSED         492 Zend/zend.c    	EG(exception_op)[1].result_type = IS_UNUSED;
IS_UNUSED         495 Zend/zend.c    	EG(exception_op)[2].op1_type = IS_UNUSED;
IS_UNUSED         496 Zend/zend.c    	EG(exception_op)[2].op2_type = IS_UNUSED;
IS_UNUSED         497 Zend/zend.c    	EG(exception_op)[2].result_type = IS_UNUSED;
IS_UNUSED         602 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        1058 Zend/zend_compile.c 		opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED;
IS_UNUSED        1356 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1367 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1377 Zend/zend_compile.c 					if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) {
IS_UNUSED        1741 Zend/zend_compile.c 		switch_entry.cond.op_type = IS_UNUSED;
IS_UNUSED        1752 Zend/zend_compile.c 		dummy_opline.result_type = IS_UNUSED;
IS_UNUSED        1891 Zend/zend_compile.c 	if (class_type->op_type != IS_UNUSED) {
IS_UNUSED        2005 Zend/zend_compile.c 		last_op->result_type = IS_UNUSED;
IS_UNUSED        2454 Zend/zend_compile.c 			method_name->op_type = IS_UNUSED;
IS_UNUSED        2504 Zend/zend_compile.c 	if (is_method && function_name && function_name->op_type == IS_UNUSED) {
IS_UNUSED        2657 Zend/zend_compile.c 		return (switch_entry->cond.op_type == IS_UNUSED);
IS_UNUSED        2675 Zend/zend_compile.c 	if (foreach_copy->result_type == IS_UNUSED) {
IS_UNUSED        2932 Zend/zend_compile.c 	if (catch_token->op_type != IS_UNUSED) {
IS_UNUSED        2940 Zend/zend_compile.c 	if (catch_token->op_type == IS_UNUSED && finally_token->op_type == IS_UNUSED) {
IS_UNUSED        2943 Zend/zend_compile.c 	if (finally_token->op_type != IS_UNUSED) {
IS_UNUSED        3332 Zend/zend_compile.c 					if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
IS_UNUSED        4647 Zend/zend_compile.c 						opline->result_type = IS_UNUSED;
IS_UNUSED        4844 Zend/zend_compile.c 	if (case_list->op_type != IS_UNUSED) { /* non-empty switch */
IS_UNUSED        4900 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        4945 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        5012 Zend/zend_compile.c 	if (parent_class_name && parent_class_name->op_type != IS_UNUSED) {
IS_UNUSED        5360 Zend/zend_compile.c 			object->op_type = IS_UNUSED; /* this means $this for objects */
IS_UNUSED        6278 Zend/zend_compile.c 	if (key->op_type != IS_UNUSED) {
IS_UNUSED        6290 Zend/zend_compile.c 	if ((key->op_type != IS_UNUSED)) {
IS_UNUSED        6313 Zend/zend_compile.c 			if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) {
IS_UNUSED        6343 Zend/zend_compile.c 	if (key->op_type != IS_UNUSED) {
IS_UNUSED          37 Zend/zend_compile.h #define SET_UNUSED(op)  op ## _type = IS_UNUSED
IS_UNUSED         363 Zend/zend_execute.c 		case IS_UNUSED:
IS_UNUSED         474 Zend/zend_execute.c 	if (op_type == IS_UNUSED) {
IS_UNUSED         499 Zend/zend_execute.c 	if (op_type == IS_UNUSED) {
IS_UNUSED        3854 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        3884 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4009 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4034 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4094 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4139 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; (yyval).u.op.num=1; zend_do_receive_arg(ZEND_RECV, &(yyvsp[(2) - (2)]), &(yyval), NULL, &(yyvsp[(1) - (2)]), 0 TSRMLS_CC); }
IS_UNUSED        4144 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; (yyval).u.op.num=1; zend_do_receive_arg(ZEND_RECV, &(yyvsp[(3) - (3)]), &(yyval), NULL, &(yyvsp[(1) - (3)]), 1 TSRMLS_CC); }
IS_UNUSED        4149 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; (yyval).u.op.num=1; zend_do_receive_arg(ZEND_RECV_INIT, &(yyvsp[(3) - (5)]), &(yyval), &(yyvsp[(5) - (5)]), &(yyvsp[(1) - (5)]), 1 TSRMLS_CC); }
IS_UNUSED        4154 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; (yyval).u.op.num=1; zend_do_receive_arg(ZEND_RECV_INIT, &(yyvsp[(2) - (4)]), &(yyval), &(yyvsp[(4) - (4)]), &(yyvsp[(1) - (4)]), 0 TSRMLS_CC); }
IS_UNUSED        4179 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5209 Zend/zend_language_parser.c     { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5214 Zend/zend_language_parser.c     { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5656 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED         330 Zend/zend_language_parser.y 				/* empty */ { $$.op_type = IS_UNUSED; }
IS_UNUSED         338 Zend/zend_language_parser.y 					/* empty */ { $$.op_type = IS_UNUSED; }
IS_UNUSED         409 Zend/zend_language_parser.y 		/* empty */					{ $$.op_type = IS_UNUSED; }
IS_UNUSED         433 Zend/zend_language_parser.y 		/* empty */						{ $$.op_type = IS_UNUSED; }
IS_UNUSED         476 Zend/zend_language_parser.y 		/* empty */	{ $$.op_type = IS_UNUSED; }
IS_UNUSED         526 Zend/zend_language_parser.y 		optional_class_type T_VARIABLE				{ $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$2, &$$, NULL, &$1, 0 TSRMLS_CC); }
IS_UNUSED         527 Zend/zend_language_parser.y 	|	optional_class_type '&' T_VARIABLE			{ $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV, &$3, &$$, NULL, &$1, 1 TSRMLS_CC); }
IS_UNUSED         528 Zend/zend_language_parser.y 	|	optional_class_type '&' T_VARIABLE '=' static_scalar			{ $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV_INIT, &$3, &$$, &$5, &$1, 1 TSRMLS_CC); }
IS_UNUSED         529 Zend/zend_language_parser.y 	|	optional_class_type T_VARIABLE '=' static_scalar				{ $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEND_RECV_INIT, &$2, &$$, &$4, &$1, 0 TSRMLS_CC); }
IS_UNUSED         538 Zend/zend_language_parser.y 		/* empty */					{ $$.op_type = IS_UNUSED; }
IS_UNUSED         911 Zend/zend_language_parser.y 		/* empty */	{ memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
IS_UNUSED         912 Zend/zend_language_parser.y 	|	'(' ')'		{ memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
IS_UNUSED        1100 Zend/zend_language_parser.y 		/* empty */		{ $$.op_type = IS_UNUSED; }
IS_UNUSED        1022 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1277 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_UNUSED) {
IS_UNUSED        2288 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2311 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2339 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        2380 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_UNUSED) {
IS_UNUSED        2535 Zend/zend_vm_def.h 	} else if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3482 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3610 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3665 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3667 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED
IS_UNUSED        3876 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        3902 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4368 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        4393 Zend/zend_vm_def.h 		if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4599 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED)
IS_UNUSED        4603 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5239 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5317 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1185 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        1509 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        1696 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        1883 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        1891 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        1922 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        2918 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED)
IS_UNUSED        2922 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3340 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3567 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3670 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        3798 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3853 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        3855 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        3871 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        3897 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3948 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        3973 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        4163 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4559 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        4694 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        4749 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        4751 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        4780 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4856 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        5213 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5416 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5551 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5606 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        5608 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        5624 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        5650 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5701 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        5726 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5800 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        5876 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5958 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        5961 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6135 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        6139 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        6142 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6147 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6168 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        6173 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        6183 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        6259 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6275 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6314 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        6316 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        6332 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6358 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6361 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6409 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6434 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6437 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6526 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        6602 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6607 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        6998 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        7192 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        7247 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        7249 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        7278 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        7354 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        8223 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_UNUSED        8227 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        8697 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        8889 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        8912 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9060 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9115 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9117 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        9133 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9159 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9210 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9235 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9309 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9385 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9751 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9918 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9973 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9975 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        10004 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10080 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10437 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10610 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10777 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10832 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10834 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        10850 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        10876 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10927 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        10952 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11026 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        11102 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11184 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11187 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11362 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11378 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11417 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        11419 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        11435 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11461 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11464 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11512 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11537 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11540 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11611 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        11687 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11692 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        12053 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12217 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        12272 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12274 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        12303 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        12379 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        13672 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED)
IS_UNUSED        13676 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        14580 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        14834 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        15419 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15522 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        15650 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15705 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        15707 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        15723 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        15749 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15941 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        15966 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        16192 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        16270 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        17180 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        17767 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        17902 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        17957 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        17959 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        18281 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        18359 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        19179 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        19433 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20075 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20210 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20265 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20267 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        20283 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20309 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20501 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20526 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20752 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20830 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20926 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        20945 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        20967 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        21027 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        21168 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21171 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21322 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        21356 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        21379 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        21388 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        21392 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        21419 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        21431 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        21515 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        21519 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        21522 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21527 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21548 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        21553 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        21563 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        21639 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21655 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21694 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        21696 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        21712 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        21738 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21741 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21789 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        21814 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21817 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21909 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        21987 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21992 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        22896 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        23534 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        23668 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        23723 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        23725 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        24047 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        24125 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        24196 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CONST ||
IS_UNUSED        24252 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED)
IS_UNUSED        24256 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        24282 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24398 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24401 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        24542 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24646 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24794 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24804 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24837 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24846 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24912 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24921 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24943 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        24951 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24960 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24988 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25011 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25034 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25134 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25169 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25207 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25231 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25233 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        25250 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25255 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25350 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25351 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25551 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        25557 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        25575 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        25581 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        25600 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        25627 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        25696 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25812 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25815 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        25957 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26061 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26209 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26219 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26252 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26261 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26327 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26336 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26358 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        26366 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26375 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26403 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26431 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        26549 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        26551 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        26568 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        26573 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        26668 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        26669 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        26869 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        26875 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        26893 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        26899 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        26918 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        26945 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        27014 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27130 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27133 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        27275 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27379 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27527 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27537 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27570 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 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27645 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27654 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27676 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        27684 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27693 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27721 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27749 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        27867 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        27869 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        27886 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        27891 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        27986 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        27987 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        28187 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28193 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        28211 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        28217 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        28236 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28263 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        28333 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28359 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        28378 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        28400 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        28449 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28452 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        28459 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        28583 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        28585 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        28614 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28620 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        28638 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        28644 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        28663 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28690 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28695 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28759 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28875 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28878 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        29019 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29123 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29271 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29281 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29314 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29323 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29389 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29398 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29420 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        29428 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29437 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29465 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29493 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        29609 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        29611 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        29628 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        29633 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        29728 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        29729 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        29929 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        29935 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        29953 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        29959 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        29978 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        30005 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        31134 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED)
IS_UNUSED        31138 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        32038 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        32291 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        32880 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        32935 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        32937 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        32953 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        32979 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33169 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        33194 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        33494 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        34402 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        34994 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        35049 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        35051 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        35369 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        35445 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        36264 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        36517 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        37163 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37218 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        37220 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        37236 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37262 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37452 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37477 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37701 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        37777 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37873 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        37892 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        37914 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        37973 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        38114 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38117 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38268 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        38301 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        38324 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        38333 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        38337 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        38364 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        38376 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        38461 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38477 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38516 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        38518 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        38534 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        38560 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38563 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38611 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        38636 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38639 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38710 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        38786 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38791 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        39693 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        40334 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        40389 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        40391 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        40709 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        40785 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED         702 ext/opcache/Optimizer/block_pass.c 				ZEND_RESULT_TYPE(src) = IS_UNUSED;
IS_UNUSED         957 ext/opcache/Optimizer/block_pass.c 			if (ZEND_OP1_TYPE(src) == IS_UNUSED) {
IS_UNUSED        1473 ext/opcache/Optimizer/block_pass.c 				ZEND_OP1_TYPE(last_op) = IS_UNUSED;
IS_UNUSED        1848 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1860 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (ZEND_RESULT_TYPE(opline) == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1969 ext/opcache/Optimizer/block_pass.c 						ZEND_RESULT_TYPE(opline) = IS_UNUSED;
IS_UNUSED         209 ext/opcache/Optimizer/pass1_5.c 			if (ZEND_OP1_TYPE(opline) == IS_UNUSED &&
IS_UNUSED         233 ext/opcache/Optimizer/pass1_5.c 			if (ZEND_OP1_TYPE(opline) == IS_UNUSED &&
IS_UNUSED         251 ext/opcache/Optimizer/pass1_5.c 				ZEND_OP1_TYPE(opline) == IS_UNUSED &&
IS_UNUSED         278 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         305 ext/opcache/zend_persist.c 						opline->result.op_type = IS_UNUSED;
IS_UNUSED         725 ext/reflection/php_reflection.c 		if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
IS_UNUSED        1492 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
IS_UNUSED        2566 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {