On Sat, 15 Apr 2006 [EMAIL PROTECTED] wrote:

> The following is a direct excerpt from the PHP manual on empty, and isset:
> bool *empty* ( mixed var )
> bool *isset* ( mixed var [, mixed var [, ...]] )
> Is there a reason empty does not allow multiple variables at a time, as
> isset? Was there thought behind it, or is it just an inconsistency?

There is a thought about it, and that is that we could not decide 
whether it should be an AND or an OR test between the different 
parameters.

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to