On February 04, 2004 03:28 pm, Sterling Hughes wrote: > > So today you have places that require you to do: > > $ret = func_call(); > > if ($ret !== NULL && $ret !== false) .... > > or > > if ($ret)
That's not always possible since the function could return 0 or "" and trigger an error condition when there isn't one. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php