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

> I then upgraded to PHP3RC5 - and now empty form fields result in "True". I realized the new function "empty()"
> and changed scripts to use this funktion, but now a form-input of "0" results in "empty()=True".

This is obviously a bug. "0" is not empty. Looking at it now.

-Rasmus