]> granicus.if.org Git - php/commitdiff
- Added tests for bug #46615 (Adjustments)
authorDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 14:17:40 +0000 (14:17 +0000)
committerDavid Coallier <davidc@php.net>
Sat, 22 Nov 2008 14:17:40 +0000 (14:17 +0000)
ext/spl/tests/heap_007.phpt
ext/spl/tests/pqueue_003.phpt

index 784ac6e8b0b0ee853cb3950ac6b3c57cbc123c9c..adc48a432e46819a2ab332a2e50ececad2b83482 100644 (file)
@@ -24,8 +24,8 @@ while ($h->valid()) {
 --EXPECTF--
 count($h) = 4
 $h->count() = 4
-4=>5
-3=>4
-2=>1
-1=>0
+3=>5
+2=>4
+1=>1
+0=>0
 ===DONE===
index 8abc72c4c77a2e06035e93db68b08f54812b2e08..9c0b5a5147cfb385dde3289288be0e9135f72714 100644 (file)
@@ -24,8 +24,8 @@ while ($h->valid()) {
 --EXPECTF--
 count($h) = 4
 $h->count() = 4
-4=>5
-3=>4
-2=>1
-1=>0
+3=>5
+2=>4
+1=>1
+0=>0
 ===DONE===