]> granicus.if.org Git - php/commitdiff
- Add missing '?>'
authorMarcus Boerger <helly@php.net>
Mon, 7 Feb 2005 16:27:41 +0000 (16:27 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 7 Feb 2005 16:27:41 +0000 (16:27 +0000)
ext/spl/tests/iterator_011.phpt

index 9c234bb11d2a1829814a1d412e1a0b928c7c75ad..fca159a20f6359699c111ef5407e21a5f6e50fdd 100755 (executable)
@@ -33,7 +33,7 @@ foreach($it as $val=>$key)
 
 ?>
 ===DONE===
-<?php exit(0);
+<?php exit(0); ?>
 --EXPECTF--
 ===EmptyIterator===
 ===InfiniteIterator===