Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93051 invoked from network); 29 Sep 2015 14:57:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 14:57:31 -0000 Authentication-Results: pb1.pair.com header.from=derokorian@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=derokorian@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: derokorian@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:33311] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/A1-20099-9D6AA065 for ; Tue, 29 Sep 2015 10:57:30 -0400 Received: by wiclk2 with SMTP id lk2so155338822wic.0 for ; Tue, 29 Sep 2015 07:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WmTuoAukZfV9P2D2bWmYMUt78fheRBaUZqNdHxn7UXM=; b=dWwTXHPJPfuePlOL3xewvgCImecrTC6E4Q5cZDZTLak6zgr1tHyy/S5iR6qCkh0V+p xCxFuxUVNB5b9f0nsh2CR3vsTZ1pixcC3dn3H7r+BLhlbGjTwBpTvUqEnPxCxQjxCmp/ UzDVmxgDs2bO13RNauGH6zHD5FoGi67WChJYOz9OewOmCu2dkLqM/r34Ng/d/s5lu+us 1V/kPpi51d/s4bCIOE7RIW75mIGtgE7c8tK7p9MZ+nYmqMbSPj3J6SEauIFcE5r/uxdG C6DX+KHyK3jBiB6+pQcOQxayEz13pG8563bP27G3dUvXJBcTupcZN/fGk9UixBTSl9sr DTZw== MIME-Version: 1.0 X-Received: by 10.180.240.172 with SMTP id wb12mr26150758wic.64.1443538646738; Tue, 29 Sep 2015 07:57:26 -0700 (PDT) Received: by 10.28.143.137 with HTTP; Tue, 29 Sep 2015 07:57:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Sep 2015 08:57:26 -0600 Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c2775c422dc10520e40833 Subject: Re: [PHP-DEV] [RFC] [DISCUSSION]: Closure from callable From: derokorian@gmail.com (Ryan Pallas) --001a11c2775c422dc10520e40833 Content-Type: text/plain; charset=UTF-8 On Tue, Sep 29, 2015 at 8:23 AM, Dan Ackroyd wrote: > Hello internals, > > I'd like to start a discussion of a proposal to allow closures to be > created in user-land without having to use a whole lot of reflection > code. > > https://wiki.php.net/rfc/closurefromcallable > > Thanks to Joe and Bob for the assistance in the patch. > > +1 I like this a lot --001a11c2775c422dc10520e40833--