php-src/tests/testarray2
1999-07-08 21:42:29 +00:00

5 lines
54 B
Plaintext

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