On Thu, May 9, 2013 at 6:39 PM, Stefan Neufeind <neufe...@php.net> wrote:

> Hi,
>
> trying out the following source I was astonished to see that using
> list() does not work directly in a foreach() but works fine if used
> through a temporary variable.
>
> Would allowing using list() inside the foreach()-statement be desired
> behaviour? Or is it just me? :-)
>

Support for this has been added in PHP 5.5. RFC:
https://wiki.php.net/rfc/foreachlist

Nikita

Reply via email to