Re: [PHP-DEV] foreach() and list() From: Andrei Zmievski (andrei <email protected>)
Date: 12/16/00

At 11:29 AM 12/16/00 +0200, Zeev Suraski wrote:
>And if it doesn't...?

Then it should do the same thing as in this case:

$foo = 1;
list($val1, $val2, $val3) = $foo;

-Andrei

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>