IS_UNUSED 283 Zend/zend_compile.c #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; } IS_UNUSED 931 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2.op_type == IS_UNUSED) { IS_UNUSED 942 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2.op_type == IS_UNUSED) { IS_UNUSED 952 Zend/zend_compile.c if (opline->opcode == ZEND_FETCH_DIM_W && opline->op2.op_type == IS_UNUSED) { IS_UNUSED 1236 Zend/zend_compile.c switch_entry.cond.op_type = IS_UNUSED; IS_UNUSED 1246 Zend/zend_compile.c dummy_opline.result.op_type = IS_UNUSED; IS_UNUSED 1247 Zend/zend_compile.c dummy_opline.op1.op_type = IS_UNUSED; IS_UNUSED 1337 Zend/zend_compile.c if (class_type->op_type != IS_UNUSED) { IS_UNUSED 1552 Zend/zend_compile.c if (is_method && function_name && function_name->op_type == IS_UNUSED) { IS_UNUSED 1677 Zend/zend_compile.c return (switch_entry->cond.op_type == IS_UNUSED); IS_UNUSED 1694 Zend/zend_compile.c if (foreach_copy->result.op_type == IS_UNUSED && foreach_copy->op1.op_type == IS_UNUSED) { IS_UNUSED 1705 Zend/zend_compile.c if (foreach_copy->op1.op_type != IS_UNUSED) { IS_UNUSED 2711 Zend/zend_compile.c if (case_list->op_type != IS_UNUSED) { /* non-empty switch */ IS_UNUSED 2767 Zend/zend_compile.c if (case_list->op_type==IS_UNUSED) { IS_UNUSED 2813 Zend/zend_compile.c if (case_list->op_type==IS_UNUSED) { IS_UNUSED 2849 Zend/zend_compile.c if (parent_class_name && parent_class_name->op_type != IS_UNUSED) { IS_UNUSED 2935 Zend/zend_compile.c && ((parent_token->op_type != IS_UNUSED) || (ce->num_interfaces > 0))) { IS_UNUSED 3185 Zend/zend_compile.c if (opline_ptr->op1.op_type == IS_UNUSED IS_UNUSED 3784 Zend/zend_compile.c tmp.op_type = IS_UNUSED; IS_UNUSED 3815 Zend/zend_compile.c if (key->op_type != IS_UNUSED) { IS_UNUSED 3827 Zend/zend_compile.c if ((key->op_type != IS_UNUSED) && (key->u.EA.type & ZEND_PARSED_REFERENCE_VARIABLE)) { IS_UNUSED 3848 Zend/zend_compile.c if (fetch->opcode == ZEND_FETCH_DIM_W && fetch->op2.op_type == IS_UNUSED) { IS_UNUSED 3855 Zend/zend_compile.c foreach_copy->op1.op_type = IS_UNUSED; IS_UNUSED 3869 Zend/zend_compile.c if (key->op_type != IS_UNUSED) { IS_UNUSED 37 Zend/zend_compile.h #define SET_UNUSED(op) (op).op_type = IS_UNUSED IS_UNUSED 245 Zend/zend_execute.c case IS_UNUSED: IS_UNUSED 323 Zend/zend_execute.c if (op->op_type == IS_UNUSED) { IS_UNUSED 348 Zend/zend_execute.c if (op->op_type == IS_UNUSED) { IS_UNUSED 3408 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 3433 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 3483 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 3568 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 4283 Zend/zend_language_parser.c { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; } IS_UNUSED 4288 Zend/zend_language_parser.c { memset(&(yyval), 0, sizeof(znode)); (yyval).op_type = IS_UNUSED; } IS_UNUSED 4591 Zend/zend_language_parser.c { (yyval).op_type = IS_UNUSED; } IS_UNUSED 309 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 333 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 376 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 438 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 667 Zend/zend_language_parser.y /* empty */ { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; } IS_UNUSED 668 Zend/zend_language_parser.y | '(' ')' { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; } IS_UNUSED 812 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_UNUSED; } IS_UNUSED 1116 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 1687 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 1774 Zend/zend_vm_def.h if(OP2_TYPE != IS_UNUSED) { IS_UNUSED 1812 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED && IS_UNUSED 2620 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 2743 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 2745 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED IS_UNUSED 3611 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 3613 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 638 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 669 Zend/zend_vm_execute.h if(IS_CONST != IS_UNUSED) { IS_UNUSED 707 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && IS_UNUSED 838 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 870 Zend/zend_vm_execute.h if(IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 908 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED && IS_UNUSED 999 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 1031 Zend/zend_vm_execute.h if(IS_VAR != IS_UNUSED) { IS_UNUSED 1069 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && IS_UNUSED 1160 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 1191 Zend/zend_vm_execute.h if(IS_UNUSED != IS_UNUSED) { IS_UNUSED 1194 Zend/zend_vm_execute.h zend_bool is_const = (IS_UNUSED == IS_CONST); IS_UNUSED 1229 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && IS_UNUSED 1253 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 1284 Zend/zend_vm_execute.h if(IS_CV != IS_UNUSED) { IS_UNUSED 1322 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && IS_UNUSED 2338 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 2340 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 2677 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 2800 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 2802 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 3159 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 3161 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 3518 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 3520 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 3611 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 3613 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 3969 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 3971 Zend/zend_vm_execute.h #if 0 || IS_CONST != IS_UNUSED IS_UNUSED 4914 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 4916 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 5430 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 5432 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 5875 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 5877 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 6320 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 6322 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 6413 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 6415 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 6855 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 6857 Zend/zend_vm_execute.h #if 0 || IS_TMP_VAR != IS_UNUSED IS_UNUSED 8208 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 8210 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 9005 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 9502 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 9504 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 10522 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 11022 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 11024 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 12042 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 12580 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 12582 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 13153 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 13289 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 13291 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 14046 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 14579 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 14581 Zend/zend_vm_execute.h #if 0 || IS_VAR != IS_UNUSED IS_UNUSED 14913 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 14915 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 15057 Zend/zend_vm_execute.h if (object_ptr && IS_UNUSED != IS_CV && !0) { IS_UNUSED 15436 Zend/zend_vm_execute.h if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_UNUSED != IS_CV) { IS_UNUSED 15450 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 15478 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 15514 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 15537 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 15551 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 15643 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 15687 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 15689 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 15705 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 15797 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 16080 Zend/zend_vm_execute.h if (object_ptr && IS_UNUSED != IS_CV && !0) { IS_UNUSED 16460 Zend/zend_vm_execute.h if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_UNUSED != IS_CV) { IS_UNUSED 16474 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 16502 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 16538 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 16561 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 16575 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 16667 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 16669 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 16685 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 16777 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 17060 Zend/zend_vm_execute.h if (object_ptr && IS_UNUSED != IS_CV && !0) { IS_UNUSED 17440 Zend/zend_vm_execute.h if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_UNUSED != IS_CV) { IS_UNUSED 17454 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 17482 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 17518 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 17541 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 17555 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 17647 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 17649 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 17665 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 17757 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 18040 Zend/zend_vm_execute.h if (object_ptr && IS_UNUSED != IS_CV && !0) { IS_UNUSED 18171 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 18173 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 18306 Zend/zend_vm_execute.h if (object_ptr && IS_UNUSED != IS_CV && !0) { IS_UNUSED 18685 Zend/zend_vm_execute.h if (opline->extended_value == ZEND_FETCH_ADD_LOCK && IS_UNUSED != IS_CV) { IS_UNUSED 18699 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 18727 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 18763 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 18786 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 18800 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && 0 && IS_UNUSED 18891 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 18893 Zend/zend_vm_execute.h #if 0 || IS_UNUSED != IS_UNUSED IS_UNUSED 18909 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 19001 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) { IS_UNUSED 20336 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20338 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 21132 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 21626 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 21628 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 22641 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 23138 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 23140 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 24153 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 24687 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 24689 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 25255 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 25391 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 25393 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 26147 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && type == BP_VAR_R) { IS_UNUSED 26676 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 26678 Zend/zend_vm_execute.h #if 0 || IS_CV != IS_UNUSED IS_UNUSED 629 ext/reflection/php_reflection.c if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2.op_type != IS_UNUSED) { IS_UNUSED 2133 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2.op_type == IS_UNUSED) { IS_UNUSED 2161 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2.op_type == IS_UNUSED) {