Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/unset_global_array.php
<?php $x = 7; function y () { unset ($GLOBALS ["x"]); } y (); var_dump ($x); ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc