summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplHeap_isEmpty.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplHeap_isEmpty.phpt')
-rw-r--r--ext/spl/tests/SplHeap_isEmpty.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplHeap_isEmpty.phpt b/ext/spl/tests/SplHeap_isEmpty.phpt
index e179dbc8ec..c3f79c6882 100644
--- a/ext/spl/tests/SplHeap_isEmpty.phpt
+++ b/ext/spl/tests/SplHeap_isEmpty.phpt
@@ -10,6 +10,6 @@ $h = new SplMaxHeap();
var_dump($h->isEmpty());
?>
---EXPECTF--
+--EXPECT--
bool(true)