php-src/tests/testarray2
Andrei Zmievski e721e560e5 test commit
1999-10-02 21:06:30 +00:00

5 lines
54 B
Plaintext

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