[VOTE] Syntax for variadic functions

php.internals

Nikita Popov

12 years ago
Hi internals! I started the vote on the variadic functions RFC: https://wiki.php.net/rfc/variadics#vote Thanks, Nikita

Nikita Popov

12 years ago
On Mon, Sep 16, 2013 at 10:21 PM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals! > > I started the vote on the variadic functions RFC: > > https://wiki.php.net/rfc/variadics#vote >
The vote on the variadics RFC ended with 36 votes in favor and one against, as such the RFC is accepted. The finished implementation can be found at https://github.com/php/php-src/pull/421 in case somebody wants to review. Nikita