php-src/tests/testarray2

6 lines
55 B
Plaintext
Raw Normal View History

2000-05-12 12:29:59 +00:00
1999-04-07 21:05:13 +00:00
<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
print $i;
1999-10-02 21:06:30 +00:00
}