Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26755 invoked from network); 16 Jun 2008 18:57:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2008 18:57:09 -0000 Authentication-Results: pb1.pair.com header.from=chris_se@gmx.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chris_se@gmx.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: chris_se@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.5 (sometimes 2.4) (4) Received: from [213.165.64.20] ([213.165.64.20:39902] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/16-06776-487B6584 for ; Mon, 16 Jun 2008 14:57:09 -0400 Received: (qmail invoked by alias); 16 Jun 2008 18:57:05 -0000 Received: from p54A1530B.dip.t-dialin.net (EHLO chris-se.dyndns.org) [84.161.83.11] by mail.gmx.net (mp035) with SMTP; 16 Jun 2008 20:57:05 +0200 X-Authenticated: #186999 X-Provags-ID: V01U2FsdGVkX18Tyb15FKITlRwg/X6GE1crmaNe6SehaN//WeQMxO +0QTpIGgxeDMXn Received: from [192.168.0.175] (HSI-KBW-091-089-005-213.hsi2.kabelbw.de [91.89.5.213]) by chris-se.dyndns.org (Postfix) with ESMTP id AD35E10874 for ; Mon, 16 Jun 2008 20:46:59 +0200 (CEST) Message-ID: <4856B752.1040500@gmx.net> Date: Mon, 16 Jun 2008 20:56:18 +0200 User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: php-dev List References: <4856A547.3080801@gmx.net> In-Reply-To: <4856A547.3080801@gmx.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP From: chris_se@gmx.net (Christian Seiler) Hi, Lukas Kahwe Smith asked me to put my proposal into the PHP wiki, which I have done: http://wiki.php.net/rfc/closures I also have incorporated the last comment by troels knak-nielsen about JS behaving the same way as my patch and thus not being that much of a WTF at all (I somehow had a different behaviour for JS in mind, I probably got confused with yet another language). Anyway, feel free to comment. Regards, Christian