php-src/tests/testarray
Andrei Zmievski 06358248a4 Testing.
2000-05-05 14:07:52 +00:00

21 lines
280 B
Plaintext

This is a small test....
<?
/*
* this is a multiline comment...
*/
for ($j=0; $j<=20; $j++) {
for ($i[0][0]=0; $i[0][0]<10000; $i[0][0]++) {
$i[1] += $i[0][0]; // this is a single line comment
}
}
/* this is another multi
line
comment...******
/
*/
print $i[1]."\n";