mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
4 lines
54 B
Text
4 lines
54 B
Text
<?
|
|
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
|
|
print $i;
|
|
}
|