Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52665 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87074 invoked from network); 1 Jun 2011 12:10:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2011 12:10:26 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Wed, 01 Jun 2011 08:10:22 -0400 Received: from [217.114.211.68] ([217.114.211.68:9777] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/D4-61684-D2C26ED4 for ; Wed, 01 Jun 2011 08:10:22 -0400 To: internals@lists.php.net References: <4DE5368A.6050603@moonspot.net> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=646 Content-Transfer-Encoding: 8bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: RFC: Short syntax for Arrays (redux) From: dsp@php.net (David Soria Parra) On 2011-05-31, Brian Moon wrote: > https://wiki.php.net/rfc/shortsyntaxforarrays > > PHP SVN account holder voters >============================= > Pro: Andrei Zmievski, Andi Gutmans, Pierre Joye, Rasmus Lerdorf, > Stanislav Malyshev, Brian Moon, Kalle Sommer Nielsen, Edin Kadribasic > > Contra: Antony Dovgal, Derick Rethans, Jani Taskinen, Lokrain, Felipe > Pena, Lukas Kahwe Smith, Marcus Boerger, David Soria Parra, Johannes > Schlüter, Maciek Sokolewicz, Philip Olson, Ilia Alshanetsky, Daniel > Brown, Jochem Maas, Hannes Magnusson, David Coallier +1 from me now after reviewing the discussion and the patch. But I would like to see ['x' => 2] instead of ['x': 2] as => was always reserved for assoc in PHP (as mentioned earlier in the thread).