Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105545 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95646 invoked from network); 1 May 2019 16:55:04 -0000 Received: from unknown (HELO mail-ua1-f67.google.com) (209.85.222.67) by pb1.pair.com with SMTP; 1 May 2019 16:55:04 -0000 Received: by mail-ua1-f67.google.com with SMTP id 88so5848226uau.6 for ; Wed, 01 May 2019 06:57:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=5Qt8d/RjbL87vwxSJPNmMH8qelyq+dWdJMe6pnESMlg=; b=o5Hm8HvZGIPhLRPmMhmDndVoz+KI3wL+mSdefExgOOjwE6uBKOHu4Gjifjt3V8TShG l39KnflHbCG6WMztWeUwKT8PCwUEnmFKZqB5UD7QF/fz3h4FmS5uLQVMNxdXkWYk/zy+ 9d/KdqJ11tBLE15vmJrl3W0BTu8xiOEmAb2YYR8P78A1JyLQHSNKov/yJtoes5FOYfR+ 9emSCoYPmTEiIsPYvv0RVMJz4gSGWhm9nDusmdmXaZ4yGDpwTAvR4g4fCcxP2dBVObvc 22JZh8J4ToqbcpuJ8QICjG4VVuf1zl6lnE8ycDPmoK8cx+lu4qIrBdhV5/RxcwDDo6lx tzQw== X-Gm-Message-State: APjAAAXARuOaefq0Ek6f8QMrREdLEQy+FB37Ht5enzBFzqzkB3KqzdZE 6VSeAPhAk3OfZ2pwtfS2Wo4DNdrhZNL6N4YGF+k= X-Google-Smtp-Source: APXvYqz2+LetZpDY+FXcaf4HcW/+sIWU9N5N0dwi6WZjNY1AxKAcQVUC3LK8wuMTbdzx/DvFGZZbejpTXERTVwufCmM= X-Received: by 2002:ab0:3117:: with SMTP id e23mr2692503ual.102.1556719047919; Wed, 01 May 2019 06:57:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: bishop@php.net Date: Wed, 1 May 2019 09:57:02 -0400 Message-ID: To: Nikita Popov , Levi Morrison , Bob Weinand Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000ddce9e0587d3e52a" Subject: Re: [PHP-DEV] Re: [VOTE] Arrow functions / short closures From: bishop@php.net (Bishop Bettini) --000000000000ddce9e0587d3e52a Content-Type: text/plain; charset="UTF-8" On Wed, May 1, 2019 at 4:42 AM Nikita Popov wrote: > On Wed, Apr 17, 2019 at 12:58 PM Nikita Popov > 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. --000000000000ddce9e0587d3e52a--