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

return "cool";


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