Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34865 invoked from network); 6 Sep 2013 17:47:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2013 17:47:35 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.192.172 mail-pd0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:42409] helo=mail-pd0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/A5-05619-5351A225 for ; Fri, 06 Sep 2013 13:47:34 -0400 Received: by mail-pd0-f172.google.com with SMTP id z10so3543420pdj.31 for ; Fri, 06 Sep 2013 10:47:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=bIVhvzVSVuSLVA01g9vWQb7aOFbmSRJI2t7lUXANMes=; b=e4CukCh6MroRLYdePO+WqEKh+yz2sWRPU61zx+ItkX8Hl8A5zk8qX3zcIepxfg4ZBP 7QTG+3H4h+vKRCdUoOYosRn2LvU2XOARY/78IUMghA8irVQUGcviUAW3K13LHeO2PJ7L oeBlI/eSINvDxtKhjyUrFiwLdHYFPgU5mmHFCAbkq1+tVi0TLQFWtwA0eOufAH0H9SAQ PoZ9QobOZwJ/e+CnfkEgjYdecdd7IP0qKCEFbDxPdPeEgVr1OY0x2UDnYXEGxlKxmTpS yZRw2mHpDwNkYRkwcbbBy+qjDiAELmLH0lRpIoM/sSOL3DBR0zV0l/PkYcPbblWtdsh+ Fy7g== X-Received: by 10.67.23.227 with SMTP id id3mr5343413pad.101.1378489650718; Fri, 06 Sep 2013 10:47:30 -0700 (PDT) Received: from [192.168.1.151] ([198.175.80.75]) by mx.google.com with ESMTPSA id py4sm5194942pbc.14.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Sep 2013 10:47:29 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <99686CF9-F3A7-419C-B3C2-DA2148D9CEA0@gmail.com> Cc: PHP internals X-Mailer: iPhone Mail (10B146) Date: Fri, 6 Sep 2013 10:47:26 -0700 To: Nikita Popov Subject: Re: [PHP-DEV] [RFC] Named parameters From: mike503@gmail.com (Michael Shadle) +1 to named params. Please please please. :) =3D> is my vote for syntax. Makes sense. Doesn't make sense to introduce ano= ther way to express something we've been used to for years with key =3D> val= ue, and is it that important to save one character per assignment? On Sep 6, 2013, at 9:39 AM, Nikita Popov wrote: > Hi internals! >=20 > I created an RFC and preliminary implementation for named parameters: >=20 > https://wiki.php.net/rfc/named_params >=20 > The RFC and implementation are not yet complete. I mainly want to have > feedback on the idea in general and on the Open Questions ( > https://wiki.php.net/rfc/named_params#open_questions) in particular. >=20 > Thanks, > Nikita