IS_UNUSED 486 Zend/zend.c EG(exception_op)[0].op1_type = IS_UNUSED; IS_UNUSED 487 Zend/zend.c EG(exception_op)[0].op2_type = IS_UNUSED; IS_UNUSED 488 Zend/zend.c EG(exception_op)[0].result_type = IS_UNUSED; IS_UNUSED 491 Zend/zend.c EG(exception_op)[1].op1_type = IS_UNUSED; IS_UNUSED 492 Zend/zend.c EG(exception_op)[1].op2_type = IS_UNUSED; IS_UNUSED 493 Zend/zend.c EG(exception_op)[1].result_type = IS_UNUSED; IS_UNUSED 496 Zend/zend.c EG(exception_op)[2].op1_type = IS_UNUSED; IS_UNUSED 497 Zend/zend.c EG(exception_op)[2].op2_type = IS_UNUSED; IS_UNUSED 498 Zend/zend.c EG(exception_op)[2].result_type = IS_UNUSED; IS_UNUSED 610 Zend/zend_compile.c #define MAKE_NOP(opline) { opline->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; } IS_UNUSED 1066 Zend/zend_compile.c opline->result_type = IS_UNUSED | EXT_TYPE_UNUSED; IS_UNUSED 1364 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) { IS_UNUSED 1375 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) { IS_UNUSED 1385 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2_type == IS_UNUSED) { IS_UNUSED 1769 Zend/zend_compile.c switch_entry.cond.op_type = IS_UNUSED; IS_UNUSED 1780 Zend/zend_compile.c dummy_opline.result_type = IS_UNUSED; IS_UNUSED 1906 Zend/zend_compile.c opline->op1_type = IS_UNUSED; IS_UNUSED 1927 Zend/zend_compile.c if (class_type->op_type != IS_UNUSED) { IS_UNUSED 2047 Zend/zend_compile.c last_op->result_type = IS_UNUSED; IS_UNUSED 2524 Zend/zend_compile.c method_name->op_type = IS_UNUSED; IS_UNUSED 2576 Zend/zend_compile.c if (is_method && function_name && function_name->op_type == IS_UNUSED) { IS_UNUSED 2774 Zend/zend_compile.c return (switch_entry->cond.op_type == IS_UNUSED); IS_UNUSED 2792 Zend/zend_compile.c if (foreach_copy->result_type == IS_UNUSED) { IS_UNUSED 3051 Zend/zend_compile.c if (catch_token->op_type != IS_UNUSED) { IS_UNUSED 3059 Zend/zend_compile.c if (catch_token->op_type == IS_UNUSED && finally_token->op_type == IS_UNUSED) { IS_UNUSED 3062 Zend/zend_compile.c if (finally_token->op_type != IS_UNUSED) { IS_UNUSED 3472 Zend/zend_compile.c if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { IS_UNUSED 4816 Zend/zend_compile.c opline->result_type = IS_UNUSED; IS_UNUSED 5013 Zend/zend_compile.c if (case_list->op_type != IS_UNUSED) { /* non-empty switch */ IS_UNUSED 5069 Zend/zend_compile.c if (case_list->op_type==IS_UNUSED) { IS_UNUSED 5114 Zend/zend_compile.c if (case_list->op_type==IS_UNUSED) { IS_UNUSED 5181 Zend/zend_compile.c if (parent_class_name && parent_class_name->op_type != IS_UNUSED) { IS_UNUSED 5520 Zend/zend_compile.c object->op_type = IS_UNUSED; /* this means $this for objects */ IS_UNUSED 6432 Zend/zend_compile.c if (key->op_type != IS_UNUSED) { IS_UNUSED 6444 Zend/zend_compile.c if ((key->op_type != IS_UNUSED)) { IS_UNUSED 6467 Zend/zend_compile.c if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2_type == IS_UNUSED) { IS_UNUSED 6497 Zend/zend_compile.c if (key->op_type != IS_UNUSED) { IS_UNUSED 38 Zend/zend_compile.h #define SET_UNUSED(op) op ## _type = IS_UNUSED IS_UNUSED 360 Zend/zend_execute.c case IS_UNUSED: IS_UNUSED 484 Zend/zend_execute.c if (op_type == IS_UNUSED) { IS_UNUSED 509 Zend/zend_execute.c if (op_type == IS_UNUSED) { IS_UNUSED 4200 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4230 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4365 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4390 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4450 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4505 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 5540 Zend/zend_language_parser.c { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; } IS_UNUSED 5545 Zend/zend_language_parser.c { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; } IS_UNUSED 6157 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 360 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 368 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 443 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 467 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 510 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 573 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 954 Zend/zend_language_parser.y /* empty */ { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; } IS_UNUSED 955 Zend/zend_language_parser.y | '(' ')' { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; } IS_UNUSED 1184 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 1026 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 1276 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 2297 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 2320 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 2348 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 2389 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 2546 Zend/zend_vm_def.h } else if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 3702 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 3826 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 3875 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 3877 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED IS_UNUSED 4085 Zend/zend_vm_def.h OP2_TYPE == IS_UNUSED && IS_UNUSED 4111 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 4592 Zend/zend_vm_def.h OP2_TYPE == IS_UNUSED && IS_UNUSED 4617 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 4818 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 4822 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 5493 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 5572 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 1401 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 1743 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 1942 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 2141 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 2149 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 2180 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 3213 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 3217 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 3635 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 3858 Zend/zend_vm_execute.h } else if (IS_CONST != IS_UNUSED) { IS_UNUSED 3960 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 4084 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4133 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 4135 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 4151 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 4177 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4228 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 4253 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4373 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4451 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4860 Zend/zend_vm_execute.h } else if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 4995 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 5044 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 5046 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 5075 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 5153 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 5525 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 5724 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED) { IS_UNUSED 5859 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 5908 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 5910 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 5926 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 5952 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 6003 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 6028 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 6102 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6180 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 6277 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6280 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 6452 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 6456 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 6459 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6464 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 6485 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 6490 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST && IS_UNUSED 6500 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 6579 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6595 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 6628 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 6630 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 6646 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 6672 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6675 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 6723 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 6748 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6751 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 6846 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6924 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 6929 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 7318 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED) { IS_UNUSED 7512 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 7561 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 7563 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 7592 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 7670 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 8579 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 8583 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 9053 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9241 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 9264 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 9412 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9461 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 9463 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 9479 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 9505 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9556 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 9581 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9655 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 9733 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 10112 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 10279 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 10328 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 10330 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 10359 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 10437 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 10809 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 10978 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 11145 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 11194 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 11196 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 11212 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 11238 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 11289 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 11314 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 11388 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 11466 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 11563 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 11566 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 11740 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 11756 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 11789 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 11791 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 11807 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 11833 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 11836 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 11884 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 11909 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 11912 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 11983 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 12061 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 12066 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 12425 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 12589 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 12638 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 12640 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 12669 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 12747 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 14079 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 14083 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 14991 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 15240 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 15829 Zend/zend_vm_execute.h } else if (IS_CONST != IS_UNUSED) { IS_UNUSED 15931 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 16055 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 16104 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 16106 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 16122 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 16148 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 16336 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 16361 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 16582 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 16661 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 17592 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 18183 Zend/zend_vm_execute.h } else if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 18318 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 18367 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 18369 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 18682 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18761 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 19605 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 19854 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 20500 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED) { IS_UNUSED 20635 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 20684 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 20686 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 20702 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 20728 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 20916 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 20941 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21162 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21241 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21356 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 21375 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 21397 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 21456 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 21597 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 21600 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 21749 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 21783 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 21805 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 21814 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 21818 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 21845 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 21857 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 21941 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 21945 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 21948 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 21953 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 21974 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 21979 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST && IS_UNUSED 21989 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 22068 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22084 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 22117 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 22119 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 22135 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 22161 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22164 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 22212 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 22237 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22240 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 22332 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 22411 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22416 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 23326 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 23968 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED) { IS_UNUSED 24102 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 24151 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 24153 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 24466 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 24545 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 24636 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 24692 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24696 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24722 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 24836 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 24839 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !0) { IS_UNUSED 24980 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 25088 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 25238 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25248 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 25281 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25290 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 25356 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25365 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 25387 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 25395 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25404 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 25432 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 25455 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25478 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25580 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25613 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25648 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25672 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25674 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 25691 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 25696 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 25787 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 25788 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 25983 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25989 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 26007 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 26013 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr) IS_UNUSED 26032 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 26048 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 26061 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 26135 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 26249 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26252 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !0) { IS_UNUSED 26394 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_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 26652 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26662 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 26695 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26704 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 26770 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26779 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 26801 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 26809 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26818 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 26846 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 26874 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 26994 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 26996 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 27013 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 27018 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 27109 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 27110 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 27305 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 27311 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 27329 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 27335 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr) IS_UNUSED 27354 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 27370 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 27383 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 27457 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 27571 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 27574 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !0) { IS_UNUSED 27716 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 27824 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 27974 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 27984 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 28017 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 28026 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 28092 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 28101 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 28123 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 28131 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 28140 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 28168 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 28196 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 28316 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 28318 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 28335 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 28340 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 28431 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 28432 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 28627 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 28633 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 28651 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 28657 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr) IS_UNUSED 28676 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 28692 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 28705 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 28780 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 28805 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 28824 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 28846 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 28894 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 28897 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !0) { IS_UNUSED 28904 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 29028 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 29030 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 29059 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 29065 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 29083 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 29089 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr) IS_UNUSED 29108 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 29124 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 29137 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 29142 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 29211 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 29325 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 29328 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !0) { IS_UNUSED 29469 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 29577 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 29727 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 29737 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 29770 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 29779 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 29845 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 29854 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 29876 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 29884 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 29893 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && READY_TO_DESTROY(free_op1.var)) { IS_UNUSED 29921 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object_ptr == NULL)) { IS_UNUSED 29949 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 30067 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 30069 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 30086 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 30091 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 30182 Zend/zend_vm_execute.h if (IS_UNUSED != IS_VAR || container) { IS_UNUSED 30183 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 30378 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 30384 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 30402 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 30408 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && !Z_ISREF_PP(value_ptr) IS_UNUSED 30427 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 30443 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 30456 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 31615 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 31619 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 32523 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 32771 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 33364 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 33413 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 33415 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 33431 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 33457 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 33643 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 33668 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 33887 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 33965 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 34894 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 35490 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 35539 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 35541 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 35850 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 35928 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 36771 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 37019 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 37669 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 37718 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 37720 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 37736 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 37762 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 37948 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 37973 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 38192 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 38270 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 38385 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 38404 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 38426 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 38484 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 38625 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 38628 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 38777 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 38810 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 38832 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 38841 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 38845 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 38872 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 38884 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 38970 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 38986 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 39019 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 39021 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 39037 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 39063 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 39066 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 39114 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 39139 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 39142 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 39213 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 39291 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 39296 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR IS_UNUSED 40204 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 40849 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 40898 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 40900 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 41209 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 41287 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 1975 ext/opcache/Optimizer/block_pass.c ZEND_RESULT_TYPE(opline) = IS_UNUSED; IS_UNUSED 67 ext/opcache/Optimizer/compact_literals.c op_type == IS_UNUSED) { IS_UNUSED 151 ext/opcache/Optimizer/compact_literals.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED) { IS_UNUSED 178 ext/opcache/Optimizer/compact_literals.c if (ZEND_OP2_TYPE(opline) == IS_UNUSED) { IS_UNUSED 219 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED && IS_UNUSED 243 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED && IS_UNUSED 265 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) != IS_UNUSED && IS_UNUSED 294 ext/opcache/Optimizer/pass1_5.c (ZEND_OP1_TYPE(opline - 1) == IS_UNUSED && IS_UNUSED 535 ext/opcache/Optimizer/pass1_5.c opline->op2_type == IS_UNUSED && IS_UNUSED 112 ext/opcache/Optimizer/pass2.c ZEND_OP1_TYPE(opline) = IS_UNUSED; IS_UNUSED 150 ext/opcache/Optimizer/pass2.c ZEND_OP1_TYPE(opline) = IS_UNUSED; IS_UNUSED 44 ext/opcache/Optimizer/zend_optimizer_internal.h # define MAKE_NOP(opline) { opline->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; opline->handler = zend_opcode_handlers[ZEND_NOP]; } IS_UNUSED 49 ext/opcache/Optimizer/zend_optimizer_internal.h # define MAKE_NOP(opline) { opline->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(znode)); memset(&opline->op1,0,sizeof(znode)); memset(&opline->op2,0,sizeof(znode)); opline->result.op_type=opline->op1.op_type=opline->op2.op_type=IS_UNUSED; opline->handler = zend_opcode_handlers[ZEND_NOP]; } IS_UNUSED 336 ext/opcache/zend_persist.c opline->result.op_type = IS_UNUSED; IS_UNUSED 728 ext/reflection/php_reflection.c if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { IS_UNUSED 1503 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { IS_UNUSED 2577 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { IS_UNUSED 71 sapi/phpdbg/phpdbg_opcode.c case IS_UNUSED: