Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82043 invoked from network); 29 Sep 2015 14:23:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 14:23:19 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.181 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.181 mail-yk0-f181.google.com Received: from [209.85.160.181] ([209.85.160.181:32897] helo=mail-yk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/30-14153-5DE9A065 for ; Tue, 29 Sep 2015 10:23:18 -0400 Received: by ykft14 with SMTP id t14so8244785ykf.0 for ; Tue, 29 Sep 2015 07:23:15 -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:date:message-id:subject:from:to :content-type; bh=cKyu+tBSCtZGEH0+NAl0y+t2IEIRSvKrdUsa8XjYtrw=; b=AbIZ9sdtcKIdWhDf+4shVJEVA0Vh8HSuaRhqnnoR37EV2ck0/w8qCq+T77H6dy7a2e 15j4cyJnlsbOfmnk40cusnjGBlBL6vc11BJvr33ALs9i8Zq+ZJJKmNtfd4S0qfH6gPzo i/Z0jK50fQ3T7vnF4WDYPF1eoxDylyDzGsbD4up/A1vBD5SVAXU56Uxy5QXE7MNw60Ze T9LXviuuv0vyqko4EBlDT1yi19Y/LMazjq/1C0/jdaY/AL5ArWswfUAtiNayvMr8+6Hu pGsO7b5lY92D1rKmo0S04qWc+jIzkvjP+s9XNoY8TXgzO00MeyQ1LFH9/J6vUG25I79i nN2A== X-Gm-Message-State: ALoCoQljbFh7TkLE7IYtvfJC4ImJkORGNTs4P6CO8oUYzrRMblDYJh6Fk7IoaiTUscPVnahpyd2l MIME-Version: 1.0 X-Received: by 10.13.220.6 with SMTP id f6mr21797512ywe.34.1443536594944; Tue, 29 Sep 2015 07:23:14 -0700 (PDT) Received: by 10.37.76.137 with HTTP; Tue, 29 Sep 2015 07:23:14 -0700 (PDT) X-Originating-IP: [2.99.234.206] Date: Tue, 29 Sep 2015 14:23:14 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC] [DISCUSSION]: Closure from callable From: danack@basereality.com (Dan Ackroyd) 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. cheers Dan Ack