Date: 12/16/00
- Next message: Sebastian Bergmann: "[PHP-DEV] Output Buffer Compression on Win32"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- Next in thread: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Reply: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
And if it doesn't...?
Zeev
At 08:27 16/12/2000, Andrei Zmievski wrote:
>At 03:58 AM 12/16/00 +0200, Zeev Suraski wrote:
>>What would that do?
>>
>>At 23:03 15/12/2000, Andrei Zmievski wrote:
>>>Can we support the following syntax?
>>>
>>>foreach ($array as list($val1, $val2, $val3)) {
>>> ...
>>>}
>>>
>>>I think it could be useful in a number of situations.
>
>If $array has nested arrays, it would assign the values of those to the
>list() variables, equivalent to:
>
>foreach ($array as $inner_array) {
> list($val1, $val2, $val3) = $inner_array;
>}
>
>-Andrei
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- 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>
- Next message: Sebastian Bergmann: "[PHP-DEV] Output Buffer Compression on Win32"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- Next in thread: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Reply: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] foreach() and list()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

