File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1772,7 +1772,7 @@ static zend_long php_extract_ref_if_exists(zend_array *arr, zend_array *symbol_t
1772
1772
Z_ADDREF_P (entry );
1773
1773
zval_ptr_dtor (orig_var );
1774
1774
ZVAL_COPY_VALUE (orig_var , entry );
1775
- count ++ ;
1775
+ count ++ ;
1776
1776
}
1777
1777
} ZEND_HASH_FOREACH_END ();
1778
1778
@@ -1817,7 +1817,7 @@ static zend_long php_extract_if_exists(zend_array *arr, zend_array *symbol_table
1817
1817
ZVAL_DEREF (orig_var );
1818
1818
zval_ptr_dtor (orig_var );
1819
1819
ZVAL_COPY_VALUE (orig_var , entry );
1820
- count ++ ;
1820
+ count ++ ;
1821
1821
}
1822
1822
} ZEND_HASH_FOREACH_END ();
1823
1823
@@ -3462,7 +3462,7 @@ PHP_FUNCTION(array_unshift)
3462
3462
Z_ARRVAL_P (stack )-> nNextFreeElement = new_hash .nNextFreeElement ;
3463
3463
Z_ARRVAL_P (stack )-> arData = new_hash .arData ;
3464
3464
Z_ARRVAL_P (stack )-> pDestructor = new_hash .pDestructor ;
3465
-
3465
+
3466
3466
zend_hash_internal_pointer_reset (Z_ARRVAL_P (stack ));
3467
3467
3468
3468
/* Clean up and return the number of elements in the stack */
You can’t perform that action at this time.
0 commit comments