Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96735 invoked from network); 29 Sep 2015 15:15:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 15:15:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.174 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.174 mail-yk0-f174.google.com Received: from [209.85.160.174] ([209.85.160.174:36815] helo=mail-yk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/62-20099-32BAA065 for ; Tue, 29 Sep 2015 11:15:47 -0400 Received: by ykdt18 with SMTP id t18so9895537ykd.3 for ; Tue, 29 Sep 2015 08:15:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TB3UD3nTROAbBbWM/dF1AK6jcdlxGf5/jMXsz/OC9XI=; b=LxwjF2p5z/DeApu/G+t0YI1fh0vqWCaAG4wYl3VhoPoyPvRqWDrF0qTjqJcG0bYPul GkpjoDjA/gyZNj7sYn6oH8P0S7JsqYVhMqsnNd5aVOqlykjB/Rg/ju1qH6UaZ0JCabMd 8qXfM1/lEKHN1D8XGauRkeJG+ZbGi+PhuOn2uUP/QhjBgL0fGitro6HhlHAtH3BkpVVi H7gzvUm6GK+6XHYqLrFZQre/vIWRWinqcooEbvIrz3XU+yEb3V/6KoYSPbOYQJ4ihQ7k V6NDiZKX7ZmE44KKdDEsYc9AZ8PqQnlaR0VVqvwbvitgbxlA9j2YPL9GaO0KXqS50luG CniQ== X-Gm-Message-State: ALoCoQmL3grfhkt1N0KlnrcZlJcYdJ9jearDVz/eSp4W1UcWo1xq//Pfrx2Wq0+DSqjKBXyAjx2P MIME-Version: 1.0 X-Received: by 10.129.147.68 with SMTP id k65mr21924219ywg.168.1443539744691; Tue, 29 Sep 2015 08:15:44 -0700 (PDT) Received: by 10.37.76.137 with HTTP; Tue, 29 Sep 2015 08:15:44 -0700 (PDT) X-Originating-IP: [2.99.234.206] In-Reply-To: References: <560AA546.2010100@php.net> Date: Tue, 29 Sep 2015 15:15:44 +0000 Message-ID: To: Joe Watkins Cc: Michael Wallner , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [DISCUSSION]: Closure from callable From: danack@basereality.com (Dan Ackroyd) > On Tue, Sep 29, 2015 at 3:50 PM, Michael Wallner wrote: >> +1, I'm not sure it belongs into ext/reflection, though? On 29 September 2015 at 14:54, Joe Watkins wrote: > +1 on the concept, I tried to argue it belongs in /Zend too ... still think Sure I'll move it to there when I finish off the patch with the slight improvements in the error messages that are needed. cheers Dan