summaryrefslogtreecommitdiff
path: root/ext/spl/tests/heap_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/heap_012.phpt')
-rw-r--r--ext/spl/tests/heap_012.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/heap_012.phpt b/ext/spl/tests/heap_012.phpt
index f86f14f4d0..69f3708868 100644
--- a/ext/spl/tests/heap_012.phpt
+++ b/ext/spl/tests/heap_012.phpt
@@ -6,7 +6,6 @@ $a = new SplMaxHeap;
$a->insert($a);
var_dump($a)
?>
-===DONE===
--EXPECTF--
object(SplMaxHeap)#%d (3) {
["flags":"SplHeap":private]=>
@@ -19,4 +18,3 @@ object(SplMaxHeap)#%d (3) {
*RECURSION*
}
}
-===DONE===