Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/unset_reference.php
<?php function by_ref (&$param) { unset ($param); } $x = 7; by_ref (&$x); var_dump ($x); ?>
100% Free PHP Newsletter Script! Download now!
Return current item:
phc