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.

15 lines
139 B

27 years ago
  1. <?
  2. function blah($a)
  3. {
  4. return $a;
  5. }
  6. return "cool";
  7. for ($for=0; $for<=100000;$for++)
  8. {
  9. if ("andi" != blah("andi"))
  10. {
  11. print "error";}
  12. }