You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
279 B

27 years ago
27 years ago
27 years ago
27 years ago
  1. This is a small test...
  2. <?
  3. /*
  4. * this is a multiline comment...
  5. */
  6. for ($j=0; $j<=20; $j++) {
  7. for ($i[0][0]=0; $i[0][0]<10000; $i[0][0]++) {
  8. $i[1] += $i[0][0]; // this is a single line comment
  9. }
  10. }
  11. /* this is another multi
  12. line
  13. comment...******
  14. /
  15. */
  16. print $i[1]."\n";