summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_010.phpt')
-rw-r--r--ext/spl/tests/iterator_010.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_010.phpt b/ext/spl/tests/iterator_010.phpt
index 39d1000f62..b8013d7311 100644
--- a/ext/spl/tests/iterator_010.phpt
+++ b/ext/spl/tests/iterator_010.phpt
@@ -13,6 +13,6 @@ foreach(new LimitIterator(new EmptyIterator(), 0, 3) as $key => $val)
?>
===DONE===
<?php exit(0);
---EXPECTF--
+--EXPECT--
===EmptyIterator===
===DONE===