Closed francoisdevlin closed 11 years ago
Hi, I was hoping you could add support for the new array literal syntax in php 5.4
Perhaps something like this:
$a = [ \t"b"=>[ \t\t"c"=>1, \t\t"d"=>2, \t], \t"e"=>3, \t"f"=>[ \t\t1, \t\t2, \t\t3, \t], ]
Thanks
Support added in 1.36
Hi, I was hoping you could add support for the new array literal syntax in php 5.4
Perhaps something like this:
$a = [ \t"b"=>[ \t\t"c"=>1, \t\t"d"=>2, \t], \t"e"=>3, \t"f"=>[ \t\t1, \t\t2, \t\t3, \t], ]
Thanks