1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/tests/testarray2
Andrei Zmievski 3f65342eb2 test
2000-05-12 12:29:59 +00:00

6 lines
55 B
Plaintext

<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
print $i;
}