1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
This commit is contained in:
Zeev Suraski
1999-04-07 21:05:13 +00:00
parent d94f3e22ae
commit aceaabceff
189 changed files with 43488 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
print $i;
}