mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
|
<?
|
||
|
|
||
|
function foobar()
|
||
|
{
|
||
|
print "foobar\n";
|
||
|
}
|
||
|
|
||
|
$a = ${"foo"."bar"}();
|