php-src/tests/testfuncref

11 lines
90 B
Plaintext
Raw Normal View History

1999-04-08 05:05:13 +08:00
<?
function foobar()
{
print "foobar\n";
}
$foobar = "foobar";
1999-04-08 05:05:13 +08:00
$a = ${"foo"."bar"}();