php-src/tests/test.php4
1999-10-08 15:23:58 +00:00

16 lines
139 B
PHP

<?
function blah($a)
{
return $a;
}
return "cool";
for ($for=0; $for<=100000;$for++)
{
if ("andi" != blah("andi"))
{
print "error";}
}