summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_049.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_049.phpt')
-rw-r--r--ext/spl/tests/iterator_049.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/iterator_049.phpt b/ext/spl/tests/iterator_049.phpt
index b9ab2c30ac..e9b81fbff3 100644
--- a/ext/spl/tests/iterator_049.phpt
+++ b/ext/spl/tests/iterator_049.phpt
@@ -8,8 +8,6 @@ $ar = new ArrayIterator(array(NULL=>NULL));
var_dump($ar->getArrayCopy());
?>
-===DONE===
-<?php exit(0); ?>
--EXPECTF--
object(ArrayIterator)#%d (1) {
["storage":"ArrayIterator":private]=>
@@ -22,4 +20,3 @@ array(1) {
[""]=>
NULL
}
-===DONE===