summaryrefslogtreecommitdiff
path: root/test.php4
blob: fdcd51bdbda6b2694af51081a7a335295078642f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
function blah($a)
{

	return $a;
}

return "cool";


for ($for=0; $for<=100000;$for++)
{
if ("andi" != blah("andi"))
{
print "error";}
}