1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00
Files
archived-php-src/tests/testarray
Andrei Zmievski 56af2d063e test commit
1999-10-02 20:46:41 +00:00

20 lines
283 B
Plaintext

This is a small test...
<?
/*
* this is a multiline comment...
*/
//for ($j=0; $j<=200; $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";