Re: [PHP-DEV] Specification for function filled() :: was ifsetor/coalesce

2006-05-04 Thread D. Dante Lorenso
The default value for 'filled()' if all values test TRUE for empty() should be FALSE, not NULL. This is more consistent with the return values of empty(). Since filled() returns the first non-empty() value in the list of parameters provided, it works well when cast into a boolean context bec

[PHP-DEV] Specification for function filled() :: was ifsetor/coalesce

2006-05-03 Thread D. Dante Lorenso
Dear Internals, I'd like a white bikeshed, but until you can decide on a color, how about we just build the bikeshed already. Please consider the following specification: == 8< 8< 8< == filled (PHP 5.2.0) filled - Find first non-em