mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
PHP 4.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?
|
||||
|
||||
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
|
||||
print $i;
|
||||
}
|
||||
Reference in New Issue
Block a user