Re: [PHP-DEV] Re: [RFC] Syntax for variadic functions

2013-09-16 Thread Sara Golemon
> Assuming the RFC as-is represents the current state, I'm +1 on all of it. >> >> I'm not a fan of some of the proposed alterations which would translate >> arrays (a la call_user_func_array()). To clarify, the following output is >> what I'd expect: >> function f(...$args) { >> echo count($args

Re: [PHP-DEV] Re: [RFC] Syntax for variadic functions

2013-09-16 Thread Sara Golemon
> > > I'd like to go forward with voting on this. Are there any issues that still > need to be resolved? > > Assuming the RFC as-is represents the current state, I'm +1 on all of it. I'm not a fan of some of the proposed alterations which would translate arrays (a la call_user_func_array()). To c

Re: [PHP-DEV] Re: [RFC] Syntax for variadic functions

2013-09-16 Thread Nikita Popov
On Mon, Sep 16, 2013 at 9:02 PM, Sara Golemon wrote: > >> I'd like to go forward with voting on this. Are there any issues that >> still >> need to be resolved? >> >> Assuming the RFC as-is represents the current state, I'm +1 on all of it. > > I'm not a fan of some of the proposed alterations wh