summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_015.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_015.phpt')
-rw-r--r--ext/spl/tests/iterator_015.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/iterator_015.phpt b/ext/spl/tests/iterator_015.phpt
index bce00ae4d5..ea507143f8 100644
--- a/ext/spl/tests/iterator_015.phpt
+++ b/ext/spl/tests/iterator_015.phpt
@@ -37,8 +37,6 @@ foreach($rit as $k=>$v)
echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
}
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
<ul>
0=>a
@@ -59,4 +57,3 @@ foreach($rit as $k=>$v)
</ul>
3=>d
<ul>
-===DONE===