]> granicus.if.org Git - php/commitdiff
Fixed typo
authorDmitry Stogov <dmitry@zend.com>
Thu, 20 Nov 2014 07:13:08 +0000 (10:13 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 20 Nov 2014 07:13:08 +0000 (10:13 +0300)
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

index f0ebac44efe36e3b53a69f90cc74016a200630de..eb181d9c275ce108b39f757bc71e0b8cd2cd6c6b 100644 (file)
@@ -5020,7 +5020,7 @@ ZEND_VM_C_LABEL(num_index_prop):
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (OP1_TYPE == IS_CV || OP1_TYPE == IS_VAR) {
+                       if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
index fc563b40a824d3742162cb18d8e5b4eb26b80e82..2a8e901c57d94cd7f2b589728ca065f6869a1f55 100644 (file)
@@ -5892,7 +5892,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
+                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -7274,7 +7274,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
+                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -9140,7 +9140,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
+                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -11604,7 +11604,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
+                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -14059,7 +14059,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
+                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -15735,7 +15735,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
+                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -19884,7 +19884,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
+                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -21947,7 +21947,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
+                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -27615,7 +27615,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
+                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -29112,7 +29112,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_UNUSED == IS_CV || IS_UNUSED == IS_VAR) {
+                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -30429,7 +30429,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_UNUSED == IS_CV || IS_UNUSED == IS_VAR) {
+                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -31748,7 +31748,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_UNUSED == IS_CV || IS_UNUSED == IS_VAR) {
+                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -33550,7 +33550,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_UNUSED == IS_CV || IS_UNUSED == IS_VAR) {
+                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -37123,7 +37123,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
+                       if (IS_CONST == IS_CV || IS_CONST == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -39115,7 +39115,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
+                       if (IS_TMP_VAR == IS_CV || IS_TMP_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
@@ -41371,7 +41371,7 @@ num_index_prop:
 
                result = 0;
                if (UNEXPECTED(Z_TYPE_P(offset) != IS_LONG)) {
-                       if (IS_CV == IS_CV || IS_CV == IS_VAR) {
+                       if (IS_VAR == IS_CV || IS_VAR == IS_VAR) {
                                ZVAL_DEREF(offset);
                        }
                        if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */