1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files

11 lines
90 B
Plaintext

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