summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_009.phpt')
-rw-r--r--ext/spl/tests/iterator_009.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/iterator_009.phpt b/ext/spl/tests/iterator_009.phpt
index 0bfe74ef7f..78213b6224 100644
--- a/ext/spl/tests/iterator_009.phpt
+++ b/ext/spl/tests/iterator_009.phpt
@@ -37,9 +37,6 @@ foreach (new EmptyIteratorEx() as $v) {
}
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
EmptyIteratorEx::rewind
EmptyIteratorEx::valid
-===DONE===