Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52578 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85806 invoked from network); 31 May 2011 20:53:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2011 20:53:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:44515] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/2B-25701-63555ED4 for ; Tue, 31 May 2011 16:53:10 -0400 Received: by pvh21 with SMTP id 21so2370222pvh.29 for ; Tue, 31 May 2011 13:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ozgsm+fxF9yk7Lp7Fjf99OqO+0qDTeD31uPaJRImNOI=; b=g99u0LZWY2w47DpVvXhMdnUkxashKPBaC8BYrJzNW90fj8P4YZdeU2luOUNaOXT7SM Ppv5t2YJ28nX0LJOl3z6oPQh3SAffMYCKQK0sB0r8ZIh5jJoY9jewoM3uhOqIlvldfJe 7A3OruU6nAVxCem46Q+Ls+79/o/TS40WtFmto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qQ0zR4EkhP5gXGQwzVafk6GdNzuzmrcS94VZb8x/IJQrVHQvuqL8UThduBHfIAzW3P 6jiVtYyEVROjeaKsyytZ45VWXwHxDmFM/BH/uevnxOmxatOtYzPXZTgxeycNiikPV7a6 8hOaOAAn7j4xoWHhBT2bDN3Oxa8sZpKKPx5AY= MIME-Version: 1.0 Received: by 10.68.31.132 with SMTP id a4mr2873570pbi.227.1306875187009; Tue, 31 May 2011 13:53:07 -0700 (PDT) Received: by 10.68.63.162 with HTTP; Tue, 31 May 2011 13:53:06 -0700 (PDT) In-Reply-To: <4DE5368A.6050603@moonspot.net> References: <4DE5368A.6050603@moonspot.net> Date: Tue, 31 May 2011 13:53:06 -0700 Message-ID: To: Brian Moon Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC: Short syntax for Arrays (redux) From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Tue, May 31, 2011 at 11:42 AM, Brian Moon wrote: > https://wiki.php.net/rfc/shortsyntaxforarrays > > Since this was brought again recently by Rasmus > (http://markmail.org/message/fx3brcm4ekh645se) and on Twitter where several > people including Andi chimed in on it and Ilia seemed to reverse his > thoughts as well (with caveats), I thought I would start a real thread about > it. The reason the RFC stalled was stated as: > I am very much +1 for this. I would also like to note the sooner we get it in the sooner it can actually be adopted as most hosting providers are a couple years behind of latest release, so I hope we can build some momentum this time around and get a solid "feature" that the user base wants. In addition I think the "Square bracket array shortcut - keys and values are separated by colons:" is the way to go. Thanks, -Chris