Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20138 invoked from network); 6 Sep 2013 16:39:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2013 16:39:25 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:51665] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/82-05619-B350A225 for ; Fri, 06 Sep 2013 12:39:24 -0400 Received: by mail-ob0-f181.google.com with SMTP id dn14so3639046obc.40 for ; Fri, 06 Sep 2013 09:39:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aks0xgNoXvos0gALMRegW/LMr9m6Gzon5PaJQsbUx/Y=; b=aTLBtFzpwpk+a3LUc/ymdjn7c9BHbHe2ikxcEucUBm3FA6U8N7L7x25+qYi5X/duHA tP+9CYiCNP00eiNhFuPgL0yMsvnAExV/q4DFcB0zbQqiumsDdtdJYq5VxecMmzCYhqhZ Nqrl7s0GJl+9lRmwoXhuiRTjW9jpFn/XoQVsC+zXZr12AOLKud5uXem4h1HoOYq+Of68 n1hrq8GqES9VVKPGoB/G7D9SNwU8EmFE5xo0gwZRljuw8uOyctVYrJKLw4CX1crCnRYp SXOnJc/j2+nPS05Qv1V8Vxx7nGppKgaop/c8Fs7r+sOSPL/51egCzmPWjNFzyueO6YBq XxHg== MIME-Version: 1.0 X-Received: by 10.60.102.237 with SMTP id fr13mr2522933oeb.20.1378485560973; Fri, 06 Sep 2013 09:39:20 -0700 (PDT) Received: by 10.182.98.8 with HTTP; Fri, 6 Sep 2013 09:39:20 -0700 (PDT) Date: Fri, 6 Sep 2013 18:39:20 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e01183066309fbb04e5b9aeb8 Subject: [RFC] Named parameters From: nikita.ppv@gmail.com (Nikita Popov) --089e01183066309fbb04e5b9aeb8 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! I created an RFC and preliminary implementation for named parameters: https://wiki.php.net/rfc/named_params 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. Thanks, Nikita --089e01183066309fbb04e5b9aeb8--