Hi!

> // With the new array syntax this has been improved to
>  
> list ($a, $b) = [1, 2];
>  
> // I think this new syntax should logically extend to
>  
> [$a, $b] = [1, 2];

list() and array() are two different language constructs, using the same
syntax for them is a bad idea.

-- 
Stas Malyshev
smalys...@gmail.com

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

Reply via email to