summaryrefslogtreecommitdiff
path: root/tests/testarray
blob: 2928fff02538d47b816375c7b7e086f6ab51ccb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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";