testfuncref   [plain text]


<?

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

$foobar = "foobar";

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