Christian Schneider wrote:
Marco Tabini wrote:

$a = [[1,2,3],[1=>[1,3,2,2], "a"=>[[1,2,3,4],4,[1,2]]];


$a = array(array(1,2,3),array(1=>array(1,3,2,2), "a"=>array(array(1,2,3,4),4,array(1,2)));


Besides my previous points, something even more abominable:


$a = [1,2,$b[11]];

Is that confusing enough for you? ;-)


Mt.


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



Reply via email to