Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46129 invoked from network); 2 Jun 2011 07:51:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2011 07:51:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=gwynne@darkrainfall.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=unknown; domainkeys=bad (key type) Received-SPF: error (pb1.pair.com: domain darkrainfall.org from 208.97.132.81 cause and error) DomainKey-Status: bad (key type) X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: gwynne@darkrainfall.org X-Host-Fingerprint: 208.97.132.81 caiajhbdcaib.dreamhost.com Linux 2.6 Received: from [208.97.132.81] ([208.97.132.81:58724] helo=homiemail-a61.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/50-42934-81147ED4 for ; Thu, 02 Jun 2011 03:51:53 -0400 Received: from homiemail-a61.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a61.g.dreamhost.com (Postfix) with ESMTP id 0F3AD578077; Thu, 2 Jun 2011 00:51:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=darkrainfall.org; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= darkrainfall.org; b=RMpbtOPouyz+a+yACG56CzGILQcmiMkn/p2UWmpudktF Ee0TWgaSQGGKsHEb57LFJfNzukNvI8bK7jKtP0KL5bBFJ5NVJ76amdG0QlYC6iqn ixlUc3suCS6hwO7lna+SRmUkzjMiJB3waUZDT3P6AuNNcHj9ShMhk7G3Hk1oDr0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darkrainfall.org; h= subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s= darkrainfall.org; bh=TWl3Z2OD4kC20284uHaKnPNQIqI=; b=FQ/xTAuPnga fKDPed3AuN6JbE+kDmJwEyIdV07O0SS1+UIB+TtJeC3BHq/nVWU7xp/zBWh3TOCF GexAF0ZCwCA5gLxd6wJlF4a/xs9cUItSPQmQ2LuZWkjSWZFWyndglfneh667USh2 rXtUUk3TeTu3sOeXQ6hDgYHFS6HQRDRQ= Received: from moonstar.home (pool-173-48-161-16.bstnma.fios.verizon.net [173.48.161.16]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gwynne@darkrainfall.org) by homiemail-a61.g.dreamhost.com (Postfix) with ESMTPSA id 8637E57806E; Thu, 2 Jun 2011 00:51:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 2 Jun 2011 03:51:47 -0400 Cc: Etienne Kneuss , "internals@lists.php.net" Content-Transfer-Encoding: 7bit Message-ID: <9274F17E-516B-4577-9273-B4965F56A7D7@darkrainfall.org> References: To: Derick Rethans X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Re: RFC: Short syntax for Arrays (redux) From: gwynne@darkrainfall.org (Gwynne Raskind) On Jun 1, 2011, at 7:35 AM, Derick Rethans wrote: >> But only if you keep it consistent, PHP has always been using => for >> key/val association, I don't see any reason to suddenly provide "key": >> "val", unless what you want is to confuse people. > Yes, definitely "=>" vs. ":" in any case. +1 to this. -- Gwynne