mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
<?
|
|
|
|
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
|
|
print $i;
|
|
} |