Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/infinite_lists.php
<?php $x[0] = $x; var_dump ($x); $y[0] =& $y; var_dump ($y); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc