[VOTE] Arrow functions / short closures

php.internals

Nikita Popov

7 years ago
Hi internals, I've opened voting on the arrow functions RFC. The vote closes May 1st. https://wiki.php.net/rfc/arrow_functions_v2#vote The RFC uses the fn($x, $y) => $x*$y syntax as originally proposed. Regards, Nikita

Peter Kokot

7 years ago
Hello, On Wed, 17 Apr 2019 at 12:58, Nikita Popov <nikita.ppv@gmail.com> wrote:
> > Hi internals, > > I've opened voting on the arrow functions RFC. The vote closes May 1st. > > https://wiki.php.net/rfc/arrow_functions_v2#vote > > The RFC uses the fn($x, $y) => $x*$y syntax as originally proposed. > > Regards, > Nikita
Thanks for the RFC. The status of the document should be probably updated from "Status: Under Discussion" to "Status: Voting"
-- Peter Kokot

Nikita Popov

7 years ago
On Wed, Apr 17, 2019 at 12:58 PM Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals, > > I've opened voting on the arrow functions RFC. The vote closes May 1st. > > https://wiki.php.net/rfc/arrow_functions_v2#vote > > The RFC uses the fn($x, $y) => $x*$y syntax as originally proposed. >
I'm pleased to say that the arrow functions RFC has been accepted with 51 votes in favor and 8 against. Nikita

Bishop Bettini

7 years ago
On Wed, May 1, 2019 at 4:42 AM Nikita Popov <nikita.ppv@gmail.com> wrote:
> On Wed, Apr 17, 2019 at 12:58 PM Nikita Popov <nikita.ppv@gmail.com> > wrote: > > > Hi internals, > > > > I've opened voting on the arrow functions RFC. The vote closes May 1st. > > > > https://wiki.php.net/rfc/arrow_functions_v2#vote > > > > The RFC uses the fn($x, $y) => $x*$y syntax as originally proposed. > > > > I'm pleased to say that the arrow functions RFC has been accepted with 51 > votes in favor and 8 against. >
Nikita, Levi, and Bob: thank you! I appreciate your hard-work over these many years.