Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99515 invoked from network); 11 Jan 2014 15:50:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2014 15:50:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=pjsturgeon@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pjsturgeon@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: pjsturgeon@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:62631] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/34-10544-F4861D25 for ; Sat, 11 Jan 2014 10:50:39 -0500 Received: by mail-lb0-f175.google.com with SMTP id w6so4191640lbh.20 for ; Sat, 11 Jan 2014 07:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+Qznbl0xOgzmQKSX3+cV/GRYH1WZzcU2wwhiu0UWxTw=; b=m1FPS7B5MsDWYCrMefKVjHJLMYqQ3V/lqivcOvYV1uUGQ2i5uRh8K5qNgr8/rp5qGj XJ4nSUGHfh0kk1wYraRkG3CCB84qITEN6JZcnrx7xnBQ119dX2w3sAT2b3HuZm1PRbpP IXXuH1lvba4gxfpNFe1uDNqZlcM3J9F7l6KB20JNggkdbLp622/TBSbLzpwEkFyMLhBx 6cquph6iTaCEhAPP9lsrrLb63zk8u4y3shmPD7NwGLvsFbXIcQvetjeISNSZY+kP9qh1 Zi4Z+U/brle1QM0SmuJzLIwxtm3vkHEZz4l9O2cpIvJD0CSLzDGaGK+FIMfilbmKVeQy xMXA== MIME-Version: 1.0 X-Received: by 10.112.89.42 with SMTP id bl10mr5887484lbb.18.1389455435921; Sat, 11 Jan 2014 07:50:35 -0800 (PST) Received: by 10.114.93.231 with HTTP; Sat, 11 Jan 2014 07:50:35 -0800 (PST) In-Reply-To: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> References: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> Date: Sat, 11 Jan 2014 10:50:35 -0500 Message-ID: To: PHP internals Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Revisiting the "Named Arguments" RFC From: pjsturgeon@gmail.com (Philip Sturgeon) I've heard that it's waiting for the EngineException RFC to go through, as the implementation with it is much stronger than without it. On Sat, Jan 11, 2014 at 10:42 AM, Kevin Ingwersen wrote: > Hello there. > > Within one of the recent votes, I was reminded upon an RFC for named para= meters/arguments - to be exact, this one: https://wiki.php.net/rfc/named_pa= rams > > I just wanted to know if this RFC is still in discussion, has been droppe= d, 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 suppo= rts that is Objective-C - and in there, it is very useful. Although its qui= te 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 rea= lly see anything of its current state on the page itself. > > Kind regards, > Ingwie