summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-02-07 16:27:41 +0000
committerMarcus Boerger <helly@php.net>2005-02-07 16:27:41 +0000
commita8552cb2f95d279a43f03bcea67e58aae49520d1 (patch)
treeeb3a63378391c09a70167a6d29ed9211e5bb588b
parentfc96c7f7fa18b0fc9216bcc9f94e72a753da7689 (diff)
downloadphp-git-a8552cb2f95d279a43f03bcea67e58aae49520d1.tar.gz
- Add missing '?>'
-rwxr-xr-xext/spl/tests/iterator_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_011.phpt b/ext/spl/tests/iterator_011.phpt
index 9c234bb11d..fca159a20f 100755
--- a/ext/spl/tests/iterator_011.phpt
+++ b/ext/spl/tests/iterator_011.phpt
@@ -33,7 +33,7 @@ foreach($it as $val=>$key)
?>
===DONE===
-<?php exit(0);
+<?php exit(0); ?>
--EXPECTF--
===EmptyIterator===
===InfiniteIterator===