On Wed, 20 Oct 2004, Ron Korving wrote:

> I think it would be a good idea to apply the idea of infinite parameters
> that's been used with isset(), so one can test multiple variables:
>
> if (empty($var1, $var2, $var3)) echo "data missing";

We discussed this before and we didn't want to agree if it should behave
like "each one should be empty" or "all should be empty". So we will not
add it.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to