Yasuo Ohgaki wrote: > Sterling Hughes wrote: > >> I don't know if this has been discussed yet, but while we're >> getting all >> crazy with breaking compat in 4.1 and/or 5.0, why not go ahead and >> finally fix empty("0") to return false, like it really should (a >> string with 0 in it, is *not* imho an empty string). >> > > $_POST/$_GET/$_COOKIE data has string type by default. It should return > false for empty("0"), I suppose...
Oops. empty('0'). may return TRUE, since $_POST['var'] has string type... -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]