Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31710 invoked from network); 17 Dec 2009 00:41:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2009 00:41:35 -0000 Authentication-Results: pb1.pair.com header.from=joey@joeysmith.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=joey@joeysmith.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain joeysmith.com designates 209.90.98.146 as permitted sender) X-PHP-List-Original-Sender: joey@joeysmith.com X-Host-Fingerprint: 209.90.98.146 host-3.pl1071314.fiber.net Received: from [209.90.98.146] ([209.90.98.146:54639] helo=joeysmith.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/F1-17316-E3E792B4 for ; Wed, 16 Dec 2009 19:41:35 -0500 Received: from joey by joeysmith.com with local (Exim 4.69) (envelope-from ) id 1NL4Qy-0005hn-CW; Wed, 16 Dec 2009 17:41:36 -0700 Date: Wed, 16 Dec 2009 17:41:36 -0700 To: Christian Seiler Cc: internals Message-ID: <20091217004136.GB19675@joeysmith.com> References: <4B01A4C2.8030602@gmx.net> <4B27DD0B.1070303@gmx.net> <6571303B-82D2-43E4-8550-E2B9420BA241@pooteeweet.org> <4B27E7A4.6030503@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B27E7A4.6030503@gmx.net> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: [PHP-DEV] Closures and $this: Please vote! From: joey@joeysmith.com (Joey Smith) On Tue, Dec 15, 2009 at 08:46:44PM +0100, Christian Seiler wrote: > (A+): (A) + Closure::bind & Closure->bindTo for rebinding > if this is wanted & the possibility to call a closure as an object > method. (See last section of RFC for details) +1 for "A+" with class scope option 2 I'm a bit torn on how clone should be addressed - there's already some things that (IMO) have a fairly high "WTF" factor on cloning, and I'd hate to see more of that introduced.