Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/variable_global.php
<?php function f($x) { global $$x; $y = 5; } f("y"); var_dump($y); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc