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