php-src/tests/testarray2

6 lines
55 B
Plaintext
Raw Normal View History

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