Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48914 invoked from network); 1 Jun 2011 00:43:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2011 00:43:15 -0000 Authentication-Results: pb1.pair.com header.from=dukeofgaming@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=dukeofgaming@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: dukeofgaming@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:57936] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/87-25701-22B85ED4 for ; Tue, 31 May 2011 20:43:15 -0400 Received: by ywh1 with SMTP id 1so2394433ywh.29 for ; Tue, 31 May 2011 17:43:12 -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:from:date :message-id:subject:to:cc:content-type; bh=+R+BkPatWp6FguSrq9kick0Cc6LUdgzCDyOQmbhd8ZI=; b=sCBzorhMT0V1bYWgh0pg9h1to0WU/AZ29bXN1i+wIyad68HPOmuEnx20rDI33cI1/0 FOHTo5f+s+1/2V/NuFO4g19vt279giCuDbwvEvFWpw9NEWweCLmSJAOwSGl5rlsDbZC2 i8KyA16YPLJixYM4V0Xf54Js9PKFWsU27mSQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=jKuxOjDKD8RI/HXvj51IeR3OxWcvmUViJtgGqB2KdubU2ZurXOAvZuFPrFLrQ/sxW0 3yCGUqKFPpieWHweoU129x7Okn6bWmXkxVxuto+9RrVfgE+UW5j/1jwGnJJEkVvgaU+m A5HqYdqeEGEWniJljn60dTRwY8WTnag6ekDO4= Received: by 10.101.181.17 with SMTP id i17mr4123974anp.65.1306888992090; Tue, 31 May 2011 17:43:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.96.15 with HTTP; Tue, 31 May 2011 17:42:52 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 May 2011 19:42:52 -0500 Message-ID: To: Dan Birken Cc: Marcel Esser , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001636c92add226be604a49bce8b Subject: Re: [PHP-DEV] Re: RFC: Short syntax for Arrays (redux) From: dukeofgaming@gmail.com (dukeofgaming) --001636c92add226be604a49bce8b Content-Type: text/plain; charset=ISO-8859-1 On Tue, May 31, 2011 at 7:29 PM, Dan Birken wrote: > +1 > > To be honest, ['a': 'b'] or ['a' => 'b'] is so much better than array('a' > => > 'b') for general use I don't even care which one is picked, as long as one > of them is picked. > > -Dan > +1 to that too. Even when I've never liked that much "=>" and would love to see ":" make an entrance instead . I'm afraid that if ":" is associated with the JSON interop argument and the later is discarded then ":" will be discarded too, much like what happened with the echo shortcut ("