diff options
author | Felipe Pena <felipe@php.net> | 2010-04-03 15:42:42 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-04-03 15:42:42 +0000 |
commit | a90c801c2f863f00e3f799144031aa3708f8238e (patch) | |
tree | ae581462eb3d7408dd5285a948467d88ff67bf42 /ext/spl/tests/heap_012.phpt | |
parent | fa762634816993bb213c2451847103178f960787 (diff) | |
download | php-git-a90c801c2f863f00e3f799144031aa3708f8238e.tar.gz |
- Fixed tests
Diffstat (limited to 'ext/spl/tests/heap_012.phpt')
-rw-r--r-- | ext/spl/tests/heap_012.phpt | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/ext/spl/tests/heap_012.phpt b/ext/spl/tests/heap_012.phpt index bf00f50cc7..f86f14f4d0 100644 --- a/ext/spl/tests/heap_012.phpt +++ b/ext/spl/tests/heap_012.phpt @@ -7,8 +7,8 @@ $a->insert($a); var_dump($a) ?> ===DONE=== ---EXPECT-- -object(SplMaxHeap)#1 (3) { +--EXPECTF-- +object(SplMaxHeap)#%d (3) { ["flags":"SplHeap":private]=> int(0) ["isCorrupted":"SplHeap":private]=> @@ -16,17 +16,7 @@ object(SplMaxHeap)#1 (3) { ["heap":"SplHeap":private]=> array(1) { [0]=> - object(SplMaxHeap)#1 (3) { - ["flags":"SplHeap":private]=> - int(0) - ["isCorrupted":"SplHeap":private]=> - bool(false) - ["heap":"SplHeap":private]=> - array(1) { - [0]=> - *RECURSION* - } - } + *RECURSION* } } ===DONE=== |