This commit is contained in:
Zeev Suraski 1999-04-07 21:05:13 +00:00
parent d94f3e22ae
commit aceaabceff
189 changed files with 43488 additions and 0 deletions

21
testarray Normal file
View file

@ -0,0 +1,21 @@
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";