summaryrefslogtreecommitdiff
path: root/tests/testfuncref
blob: 217e4d14e0b7d00d62c0c57488c2ae65d44f87cf (plain)
1
2
3
4
5
6
7
8
9
10
<?

function foobar()
{
	print "foobar\n";
}

$foobar = "foobar";

$a = ${"foo"."bar"}();