Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/reference_assignment_from_var_var.php
<? $x = "a"; $a = 1; $b =& $$x; $b = 2; echo $a; ?>
PHP Helpdesk script - 100% PHP source code. Try it now!
Return current item:
phc