Jochem Maas <mailto:[EMAIL PROTECTED]>
    on Monday, April 11, 2005 10:45 AM said:

> this oneliner might give you a little insight:
> <?php
>
$x=1;$y=2;unset($x);$y=null;var_dump($x,isset($x),empty($x),$y,isset($y)
,empty($y));
> ?>  

If that's a oneliner I'd hate to see a twoliner! :P



Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to