Antony Dovgal wrote:
> On 10.01.2008 13:07, Ryusuke SEKIYAMA wrote:
>> Hello, lists,
>>
>> I'm tired to type "array()" many times. 
> 
> -1
> 
> The parser in my head is unable to parse this:
> <?php
> $var=["str"];
> $var["str"]=1;
> ?>
> 

Eh, that would just come out as
[ 0 => "str",
  "str" => 1 ]

Not too problematic in my mind.
+1 for square brackets.

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

Reply via email to