summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_007.phpt')
-rw-r--r--ext/spl/tests/spl_007.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/spl_007.phpt b/ext/spl/tests/spl_007.phpt
index 6d4059d0b5..b119684894 100644
--- a/ext/spl/tests/spl_007.phpt
+++ b/ext/spl/tests/spl_007.phpt
@@ -15,10 +15,7 @@ $it = new ArrayIterator(array(1, 2, 3));
iterator_apply($it, array(new Foo, "foobar"));
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
Called foobar.
Called foobar.
Called foobar.
-===DONE===