summaryrefslogtreecommitdiff
path: root/ext/spl/tests/dllist_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/dllist_007.phpt')
-rw-r--r--ext/spl/tests/dllist_007.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/dllist_007.phpt b/ext/spl/tests/dllist_007.phpt
index d15e064ac4..2ccadf99ca 100644
--- a/ext/spl/tests/dllist_007.phpt
+++ b/ext/spl/tests/dllist_007.phpt
@@ -12,8 +12,6 @@ while ($a->valid()) {
var_dump($a->current(), $a->next());
}
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
int(1)
NULL
@@ -21,4 +19,3 @@ int(2)
NULL
int(3)
NULL
-===DONE===