1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

- Add missing '?>'

This commit is contained in:
Marcus Boerger
2005-02-07 16:27:41 +00:00
parent fc96c7f7fa
commit a8552cb2f9
+1 -1
View File
@@ -33,7 +33,7 @@ foreach($it as $val=>$key)
?>
===DONE===
<?php exit(0);
<?php exit(0); ?>
--EXPECTF--
===EmptyIterator===
===InfiniteIterator===