Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/021c.php
<?php $a = 1; $b = $a; $c = &$a; var_dump($a); var_dump($b); var_dump($c); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc