Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/022b.php
<?php function f(&$arg) { var_dump(&$arg); $arg = 6; } $a = 5; $b = &$a; f($b); var_dump($a); ?>
PHP Helpdesk script - 100% PHP source code. Try it now!
Return current item:
phc