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        2460 Zend/zend_compile.c 			method_name->op_type = IS_UNUSED;
IS_UNUSED        2510 Zend/zend_compile.c 	if (is_method && function_name && function_name->op_type == IS_UNUSED) {
IS_UNUSED        2663 Zend/zend_compile.c 		return (switch_entry->cond.op_type == IS_UNUSED);
IS_UNUSED        2681 Zend/zend_compile.c 	if (foreach_copy->result_type == IS_UNUSED) {
IS_UNUSED        2938 Zend/zend_compile.c 	if (catch_token->op_type != IS_UNUSED) {
IS_UNUSED        2946 Zend/zend_compile.c 	if (catch_token->op_type == IS_UNUSED && finally_token->op_type == IS_UNUSED) {
IS_UNUSED        2949 Zend/zend_compile.c 	if (finally_token->op_type != IS_UNUSED) {
IS_UNUSED        3338 Zend/zend_compile.c 					if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) {
IS_UNUSED        4677 Zend/zend_compile.c 						opline->result_type = IS_UNUSED;
IS_UNUSED        4874 Zend/zend_compile.c 	if (case_list->op_type != IS_UNUSED) { /* non-empty switch */
IS_UNUSED        4930 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        4975 Zend/zend_compile.c 	if (case_list->op_type==IS_UNUSED) {
IS_UNUSED        5042 Zend/zend_compile.c 	if (parent_class_name && parent_class_name->op_type != IS_UNUSED) {
IS_UNUSED        5390 Zend/zend_compile.c 			object->op_type = IS_UNUSED; /* this means $this for objects */
IS_UNUSED        6317 Zend/zend_compile.c 	if (key->op_type != IS_UNUSED) {
IS_UNUSED        6329 Zend/zend_compile.c 	if ((key->op_type != IS_UNUSED)) {
IS_UNUSED        6352 Zend/zend_compile.c 			if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) {
IS_UNUSED        6382 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        3886 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        3916 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4041 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4066 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4126 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        4171 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        4176 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        4181 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        4186 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        4211 Zend/zend_language_parser.c     { (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5241 Zend/zend_language_parser.c     { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5246 Zend/zend_language_parser.c     { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; }
IS_UNUSED        5688 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        1030 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1285 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        2545 Zend/zend_vm_def.h 	} else if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3492 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3620 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        3675 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED) {
IS_UNUSED        3677 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED
IS_UNUSED        3886 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        3912 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4378 Zend/zend_vm_def.h 	    OP2_TYPE == IS_UNUSED &&
IS_UNUSED        4403 Zend/zend_vm_def.h 		if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        4609 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED)
IS_UNUSED        4613 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5259 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED) {
IS_UNUSED        5337 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_UNUSED) {
IS_UNUSED        1192 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        1516 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        1703 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        1890 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        1898 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        1929 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        2925 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED)
IS_UNUSED        2929 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3347 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3574 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3677 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        3805 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3860 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        3862 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        3878 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        3904 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        3955 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        3980 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4094 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4170 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4566 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        4701 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        4756 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        4758 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        4787 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        4863 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        5220 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5423 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5558 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5613 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        5615 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        5631 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        5657 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5708 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        5733 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5807 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        5883 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        5965 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        5968 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6142 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        6146 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        6149 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6154 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6175 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        6180 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        6190 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        6266 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6282 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6321 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        6323 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        6339 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6365 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6368 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6416 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        6441 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6444 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        6539 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        6615 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        6620 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        7011 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        7205 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        7260 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED) {
IS_UNUSED        7262 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED
IS_UNUSED        7291 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        7367 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        8236 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED)
IS_UNUSED        8240 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        8710 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        8902 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        8925 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9073 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9128 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9130 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        9146 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9172 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9223 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        9248 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9322 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9398 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        9764 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9931 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        9986 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        9988 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        10017 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10093 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        10450 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10623 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10790 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10845 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        10847 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        10863 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        10889 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        10940 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        10965 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11039 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        11115 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        11197 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11200 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11375 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11391 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11430 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        11432 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        11448 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11474 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11477 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11525 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        11550 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11553 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        11624 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        11700 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        11705 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        12066 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12230 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        12285 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        12287 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED
IS_UNUSED        12316 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        12392 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        13685 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED)
IS_UNUSED        13689 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        14601 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        14855 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        15442 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15545 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        15673 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15728 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        15730 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        15746 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        15772 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        15964 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        15989 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        16215 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        16293 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        17211 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        17800 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        17935 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        17990 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        17992 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        18314 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        18392 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        19220 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        19474 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20118 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20253 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20308 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        20310 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        20326 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20352 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20544 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        20569 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20795 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20873 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        20969 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        20989 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        21011 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        21072 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        21213 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21216 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21367 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        21401 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        21424 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        21433 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        21437 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        21464 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        21476 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        21560 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_CONST &&
IS_UNUSED        21564 Zend/zend_vm_execute.h 	           IS_UNUSED == IS_CONST &&
IS_UNUSED        21567 Zend/zend_vm_execute.h 	} else if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21572 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21593 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        21598 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST &&
IS_UNUSED        21608 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_CONST) {
IS_UNUSED        21684 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21700 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21739 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        21741 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        21757 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        21783 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21786 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21834 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        21859 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        21862 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        21954 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        22032 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        22037 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        22949 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        23589 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_UNUSED) {
IS_UNUSED        23723 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        23778 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED) {
IS_UNUSED        23780 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED
IS_UNUSED        24102 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        24180 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        24251 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CONST ||
IS_UNUSED        24307 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED)
IS_UNUSED        24311 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        24337 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24455 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24458 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        24599 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24707 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        24857 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24867 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24900 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24909 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        24975 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        24984 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25006 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        25014 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25023 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        25051 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25074 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25097 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25197 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25232 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25270 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        25294 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        25296 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        25313 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25318 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25413 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        25414 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        25614 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        25620 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        25638 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        25644 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        25663 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        25690 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        25759 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        25877 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        25880 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        26022 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26130 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26280 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26290 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26323 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26332 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26398 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26407 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26429 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        26437 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        26446 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        26474 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        26502 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        26620 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        26622 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        26639 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        26644 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        26739 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        26740 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        26940 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        26946 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        26964 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        26970 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        26989 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        27016 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        27085 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27203 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27206 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        27348 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27456 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27606 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27616 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27649 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27658 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27724 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27733 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27755 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        27763 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        27772 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        27800 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        27828 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        27946 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        27948 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        27965 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        27970 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        28065 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        28066 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        28266 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28272 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        28290 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        28296 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        28315 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28342 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        28412 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28438 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        28458 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        28480 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        28530 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28533 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        28540 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        28664 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        28666 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        28695 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28701 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        28719 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        28725 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        28744 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28771 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        28776 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        28840 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        28958 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        28961 Zend/zend_vm_execute.h 					if (IS_UNUSED == IS_VAR && !0) {
IS_UNUSED        29102 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29210 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
IS_UNUSED        29360 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29370 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29403 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29412 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29478 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29487 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29509 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV) {
IS_UNUSED        29517 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
IS_UNUSED        29526 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) {
IS_UNUSED        29554 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_UNUSED) {
IS_UNUSED        29698 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        29700 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED
IS_UNUSED        29717 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        29722 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        29817 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_VAR || container) {
IS_UNUSED        29818 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
IS_UNUSED        30018 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        30024 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) {
IS_UNUSED        30042 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
IS_UNUSED        30048 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr)
IS_UNUSED        30067 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        30094 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        31223 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED)
IS_UNUSED        31227 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        32135 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        32388 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED) {
IS_UNUSED        32981 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33036 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        33038 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        33054 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        33080 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33270 Zend/zend_vm_execute.h 	    IS_CONST == IS_UNUSED &&
IS_UNUSED        33295 Zend/zend_vm_execute.h 		if (IS_CONST != IS_UNUSED) {
IS_UNUSED        33519 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        33595 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED) {
IS_UNUSED        34511 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED) {
IS_UNUSED        35107 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        35162 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        35164 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        35482 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        35558 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_UNUSED) {
IS_UNUSED        36385 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        36638 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED) {
IS_UNUSED        37288 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37343 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        37345 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        37361 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37387 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37577 Zend/zend_vm_execute.h 	    IS_VAR == IS_UNUSED &&
IS_UNUSED        37602 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37826 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        37902 Zend/zend_vm_execute.h 	if (IS_VAR != IS_UNUSED) {
IS_UNUSED        37998 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        38018 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        38040 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        38100 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        38241 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38244 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38395 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        38428 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        38451 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        38460 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED) {
IS_UNUSED        38464 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        38491 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        38503 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        38588 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38604 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38643 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        38645 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        38661 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        38687 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38690 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38738 Zend/zend_vm_execute.h 	    IS_UNUSED == IS_UNUSED &&
IS_UNUSED        38763 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38766 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST) {
IS_UNUSED        38837 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        38913 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED) {
IS_UNUSED        38918 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR
IS_UNUSED        39828 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED) {
IS_UNUSED        40473 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        40528 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED) {
IS_UNUSED        40530 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED
IS_UNUSED        40848 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED) {
IS_UNUSED        40924 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        1474 ext/opcache/Optimizer/block_pass.c 				ZEND_OP1_TYPE(last_op) = IS_UNUSED;
IS_UNUSED        1851 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1863 ext/opcache/Optimizer/block_pass.c # define RES_NEVER_USED(opline) (ZEND_RESULT_TYPE(opline) == IS_UNUSED || NEVER_USED(opline->result))
IS_UNUSED        1972 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        1495 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
IS_UNUSED        2569 ext/reflection/php_reflection.c 	if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {