From: David Coallier Date: Sat, 22 Nov 2008 14:17:40 +0000 (+0000) Subject: - Added tests for bug #46615 (Adjustments) X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84020c15603f5d35007d32db7e7e1024de87663d;p=php - Added tests for bug #46615 (Adjustments) --- diff --git a/ext/spl/tests/heap_007.phpt b/ext/spl/tests/heap_007.phpt index 784ac6e8b0..adc48a432e 100644 --- a/ext/spl/tests/heap_007.phpt +++ b/ext/spl/tests/heap_007.phpt @@ -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=== diff --git a/ext/spl/tests/pqueue_003.phpt b/ext/spl/tests/pqueue_003.phpt index 8abc72c4c7..9c0b5a5147 100644 --- a/ext/spl/tests/pqueue_003.phpt +++ b/ext/spl/tests/pqueue_003.phpt @@ -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===