php-src/tests/testfuncref
1999-07-08 21:42:29 +00:00

8 lines
69 B
Text

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