php-src/tests/testfuncref

11 lines
90 B
Plaintext

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