php-src/tests/test.php4

16 lines
139 B
PHP
Raw Normal View History

1999-04-07 21:05:13 +00:00
<?
function blah($a)
{
return $a;
}
return "cool";
for ($for=0; $for<=100000;$for++)
{
if ("andi" != blah("andi"))
{
print "error";}
}