Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/30/98

> >that is what isset() is for. If the variable has never been defined, then
> >isset() is false, and empty() is obviously also false.
>
> One typo here, empty() is obviously true :)

Yup, sorry.

-Rasmus