On Fri, Aug 30, 2013 at 10:33 AM, Laruence <larue...@php.net> wrote:

> On Fri, Aug 30, 2013 at 11:23 PM, Nikita Popov <nikita....@gmail.com>
> wrote:
> > Hi internals!
> >
> > This RFC proposes to add a syntax for argument unpacking:
> >
> >     https://wiki.php.net/rfc/argument_unpacking
> >
> > Basically, this is the "complement" of the variadics RFC: It is not about
> > declaring variadic functions, but about calling them.
> >
> > The syntax it introduces looks as follows:
> >
> >     $db->query($query, ...$params);
> seems so weird and ugly..
>
> -1
>
> thanks


Compared to the current alternatives it's definitely less ugly. I'm all for
this syntax addition.

Reply via email to