Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8415 invoked from network); 3 Nov 2014 23:00:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2014 23:00:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:58582] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/D5-10620-B0908545 for ; Mon, 03 Nov 2014 18:00:28 -0500 Received: by mail-wg0-f48.google.com with SMTP id m15so6845536wgh.35 for ; Mon, 03 Nov 2014 15:00:24 -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 :cc:content-type; bh=3Fcn/rxBKnO8O2HPC9YByfDMxoSM8qSURR5WWk279u8=; b=D4OwQkASCSi25l1KnS2RWtJRrqPfrdd0khHnYzAjpl9zVlhSPvqsIns7DXlVZFHQ0v y8bJaYZMhlichONexWoxoOzLThQ5vrLlDlJXGq4zKnweJW6RwgKiRBPGpY5AmQCsfmBN 0Am6ZHpUtrfK8ZzpuFGScn4cYpTn9LSS/gAIwOuKbjhZ+sUCUkPHM4fXDkAjsT+PiUo6 hbse9VY5xRgs3YjSeDYUCsIV+75dmbXyDnpEGCyDBeJHttZpw/zVrMn8OFaCu1CY3kxI MrUrqzhp3ZecMzwW/FTX0ufzvBx/TNKO1ilzoPGASPCnpSlnHvPTdnTf4CuXG9l3G8oq OELA== MIME-Version: 1.0 X-Received: by 10.180.85.6 with SMTP id d6mr19757434wiz.82.1415055623912; Mon, 03 Nov 2014 15:00:23 -0800 (PST) Received: by 10.216.50.205 with HTTP; Mon, 3 Nov 2014 15:00:23 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Nov 2014 23:00:23 +0000 Message-ID: To: Chris Wright Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Additional splat operator usage From: leight@gmail.com (Leigh) On 3 November 2014 22:45, Chris Wright wrote: > Good evening list, > > I'd like to open discussion a relatively simple and clear-cut RFC, either > people will like it or they won't, there isn't a lot more to say here than > what's in the RFC so please have a read. > > https://wiki.php.net/rfc/additional-splat-usage > > Thanks, Chris I remember asking Nikita about whether this was possible during the original splat RFC. Sticking to my guns, I think this makes sense.