On Wed, Aug 28, 2013 at 5:47 PM, Nikita Popov <nikita....@gmail.com> wrote:
> Hi internals! > > I'd like to propose an RFC, which adds dedicated syntax for variadic > functions: > > https://wiki.php.net/rfc/variadics > > Basically this allows declaring variadics directly in the function > signature, rather than fetching the arguments using func_get_args(). > Example: > > public function query($query, ...$params) { /* ... */ } > > What are your thoughts on this? > I'd like to go forward with voting on this. Are there any issues that still need to be resolved? Nikita