Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/varvar.php
<?php $a = 5; $arr[1] = "a"; var_dump(${$arr[1]}); ${$arr[1]} = 6; var_dump($a); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc