Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95717 invoked from network); 3 Apr 2010 01:04:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2010 01:04:46 -0000 Authentication-Results: pb1.pair.com header.from=marcot@tabini.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=marcot@tabini.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tabini.ca from 67.195.22.110 cause and error) X-PHP-List-Original-Sender: marcot@tabini.ca X-Host-Fingerprint: 67.195.22.110 smtp106.rog.mail.gq1.yahoo.com Received: from [67.195.22.110] ([67.195.22.110:25013] helo=smtp106.rog.mail.gq1.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/17-57677-C2496BB4 for ; Fri, 02 Apr 2010 20:04:45 -0500 Received: (qmail 56472 invoked from network); 3 Apr 2010 01:04:41 -0000 Received: from [192.168.0.15] (marcot@99.234.162.214 with plain) by smtp106.rog.mail.gq1.yahoo.com with SMTP; 02 Apr 2010 18:04:41 -0700 PDT X-Yahoo-SMTP: ixLghyKswBAKSj5CKDFX3DAEGmQ- X-YMail-OSG: 5V8v27oVM1mi4dLljDfGnFk85pGnR922LTVoijevE90UW.XJCUyVmNBwk.mzk96Htc36E.WI.fhix3yiXkVrBcgmi8Dd3ldqLy7Zl8PAuuTAaHOl688Kjr1Sgisi87hyMuuw1elBqVb7au5OCOLt1mMIy0meUoxO5zpCL2ggK1RfS23p_Gf5WAroBdjSvkf7MHvQLhZ2XenPurBQTkuySA99zkJEAz9glfiZ5BtzRm2Et61pJnwASo9mswAgZzAt06AU9VzU67iBlG8a9aLmiLkn3MKSsmwbaP4- X-Yahoo-Newman-Property: ymail-3 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=windows-1252 In-Reply-To: <4BB6938F.7090404@zend.com> Date: Fri, 2 Apr 2010 21:04:40 -0400 Cc: Rasmus Lerdorf , GM , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <4B9779A4-9E79-4E1D-B46A-671ADD6CF84A@tabini.ca> References: <745C5243-EB51-4D43-B036-8A34CDBBB547@gregory.net> <4BB68D61.2070301@lerdorf.com> <4BB6938F.7090404@zend.com> To: Stanislav Malyshev X-Mailer: Apple Mail (2.1078) Subject: Re: [PHP-DEV] Named Parameters From: marcot@tabini.ca (Marco Tabini) On 2010-04-02, at 9:02 PM, Stanislav Malyshev wrote: > I think they'd allow to manage complex parameter sets more efficiently = than with those $options arrays. But that'd probably require changing = the way how parameters are passed, since the stack won't work too good = anymore for it. FWIW, named parameters would be a great aid in building uncoupled = systems=97particularly when some of the tiers are not based on PHP.=