Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4023 invoked from network); 28 Aug 2013 16:20:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2013 16:20:37 -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.219.52 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.52 mail-oa0-f52.google.com Received: from [209.85.219.52] ([209.85.219.52:33852] helo=mail-oa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/01-33204-5532E125 for ; Wed, 28 Aug 2013 12:20:37 -0400 Received: by mail-oa0-f52.google.com with SMTP id f4so7908895oah.39 for ; Wed, 28 Aug 2013 09:20:35 -0700 (PDT) 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=dDBTBCcSBVC2lt2bw8cmjbT3CPnPRFy/EQTo7i8AJ2M=; b=tJfDxqgs96C7l/eIdCarB1GTHh+z5dhY3vwBFlqYhFax8CBSBBpNHoucsBsyL2D74o PVhlHZt9I2mP0iiR4MJMCkt++0KIdGp1t6pO3nAAPpkC+YwAGJP4ic4ZEgsazEIoSXtw KyyyFhlCqO1MzjvGq/e2zTnZCR/thQwmh2EYwVSWv9//1mrEh05blArfI9bnj+vLOOUG 6YHZLFha9FVEH2DgV875hcNVzOvZfe7NXoheulENGJ5/90S2ujscXlgAhnm+rTG4p/kz bETCjnwIag+RR8QFHNZjR14Q2NJpcqWbGzilfWbwKQbimUbKu/L2sYx/+6uT/ADh+UyA t9zw== MIME-Version: 1.0 X-Received: by 10.182.148.8 with SMTP id to8mr24130182obb.17.1377706835031; Wed, 28 Aug 2013 09:20:35 -0700 (PDT) Received: by 10.182.98.8 with HTTP; Wed, 28 Aug 2013 09:20:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Aug 2013 18:20:34 +0200 Message-ID: To: Lazare Inepologlou Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0139fc7681bd9904e5045ebc Subject: Re: [PHP-DEV] [RFC] Syntax for variadic functions From: nikita.ppv@gmail.com (Nikita Popov) --089e0139fc7681bd9904e5045ebc Content-Type: text/plain; charset=ISO-8859-1 On Wed, Aug 28, 2013 at 6:18 PM, Lazare Inepologlou wrote: > Not only this does not work, but there is no way to make it work without > modifying the original function. Would it be possible to extend the RFC > with new syntax that could cover cases like that as well? Maybe something > like that: > > $result = $this->query( $query, ...$params ); > I will implement this, but in a separate RFC :) [Later today or tomorrow] Nikita --089e0139fc7681bd9904e5045ebc--