Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97904 invoked from network); 11 Jan 2014 15:42:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2014 15:42:53 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.176 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 209.85.215.176 mail-ea0-f176.google.com Received: from [209.85.215.176] ([209.85.215.176:64815] helo=mail-ea0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/E3-10544-B7661D25 for ; Sat, 11 Jan 2014 10:42:52 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so2504104eaj.21 for ; Sat, 11 Jan 2014 07:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=voUDmTK78qrhDbJj/hiWq4u4m0vhy76vusFyK42xxqE=; b=GsCHeraPYTw/3ksAA6HcSoA+IX+93eU1Jn57TrH1/IXM2OQ3zEjI9Pv1kKiZRsOyrU jbYwuhAFKBfq4NnjVsvMmslqZjZAoJ+CO+A52B4EnKPV3Y92XYbLiEwpwf4bzLj16r6R k0FGtvcy/qt6J7RySmAjYOsODJxqXAEXaNxuYb76PzsSfVn255gFYTPyJpNelRCR+Xb7 cY+v3d74ATYccGQ/mur3wfUuaSLjtz09ujjk8nODXGVHUygHPu13ija2ksiCM+aCKfJN o+xCb8H8804lfSklTU6jOZTzOEQqnQ4HAnih7vjcV4o/ftcI7zbNBGdy57/rUmul5HPA pxzg== X-Received: by 10.14.174.72 with SMTP id w48mr75654eel.116.1389454968440; Sat, 11 Jan 2014 07:42:48 -0800 (PST) Received: from [192.168.2.107] (p5B152B51.dip0.t-ipconnect.de. [91.21.43.81]) by mx.google.com with ESMTPSA id n7sm23697653eef.5.2014.01.11.07.42.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 Jan 2014 07:42:48 -0800 (PST) Content-Type: multipart/alternative; boundary="Apple-Mail=_C49ECDC6-66BF-4CCA-BC7E-59BEF4EC9421" Message-ID: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> Date: Sat, 11 Jan 2014 16:42:45 +0100 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) Subject: Revisiting the "Named Arguments" RFC From: ingwie2000@googlemail.com (Kevin Ingwersen) --Apple-Mail=_C49ECDC6-66BF-4CCA-BC7E-59BEF4EC9421 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hello there. Within one of the recent votes, I was reminded upon an RFC for named = parameters/arguments - to be exact, this one: = https://wiki.php.net/rfc/named_params I just wanted to know if this RFC is still in discussion, has been = dropped, or what else is currently being up with it. Because in my = opinion, that=92d be a very useful addition - as many modern languages = support this kind of feature already. The only language that I personaly = am using that supports that is Objective-C - and in there, it is very = useful. Although its quite different - it=92s a different call-style = entirely - I could imagine the implementation from the link above to be = very useful in PHP. It would be great to know the current state of the RFC, as I didn=92t = really see anything of its current state on the page itself. Kind regards, Ingwie= --Apple-Mail=_C49ECDC6-66BF-4CCA-BC7E-59BEF4EC9421--