Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/unset_reference2.php
<?php function by_ref (&$param) { unset ($param); } $x = 7; by_ref ($x); var_dump ($x); ?>
PHP Helpdesk script - 100% PHP source code. Try it now!
Return current item:
phc