diff options
| author | Marcus Boerger <helly@php.net> | 2005-02-07 16:27:41 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-02-07 16:27:41 +0000 |
| commit | a8552cb2f95d279a43f03bcea67e58aae49520d1 (patch) | |
| tree | eb3a63378391c09a70167a6d29ed9211e5bb588b | |
| parent | fc96c7f7fa18b0fc9216bcc9f94e72a753da7689 (diff) | |
| download | php-git-a8552cb2f95d279a43f03bcea67e58aae49520d1.tar.gz | |
- Add missing '?>'
| -rwxr-xr-x | ext/spl/tests/iterator_011.phpt | 2 |
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=== |
