php-src/tests/testfuncref

10 lines
90 B
Text

<?
function foobar()
{
print "foobar\n";
}
$foobar = "foobar";
$a = ${"foo"."bar"}();