Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1984 invoked from network); 17 Nov 2009 16:40:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2009 16:40:02 -0000 Authentication-Results: pb1.pair.com header.from=chrisstocktonaz@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=chrisstocktonaz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chrisstocktonaz@gmail.com X-Host-Fingerprint: 209.85.216.186 mail-px0-f186.google.com Received: from [209.85.216.186] ([209.85.216.186:33425] helo=mail-px0-f186.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/B0-31924-1E1D20B4 for ; Tue, 17 Nov 2009 11:40:02 -0500 Received: by pxi16 with SMTP id 16so98904pxi.29 for ; Tue, 17 Nov 2009 08:39:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QL8kq7RFu6iD/zuF/ldQHqcW3EA8Xe7vL0Co9oC2L+k=; b=PEXjfVOyVRZmB0zHanBM9nhzAIZHJbMGi/7utGmy4ngGu6qL73kqc8+18eZiiG450i VZSMCq/icQ2Ob0V2AS5wBPKe4JJ/9OlwZzc91B+zowTEuYCBsD0dO3K2DShG4MxBq0I+ J449MXnQ9niEo6npHbqlBkGyUq4/s9gY6d3aQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RUfq6HSM20u3eyddL+pg5RwHo0xqZjxDEruU9YmTAk6DTz4RzWrvTC5pe09J0tEVjV Bzu/I4B//cgkPytdLT2wJu9ZZhGZUMXhvtHGfmh1aWkT6m44su6dARsx0X8GA4JfZd8R sxtMHhQIauwKDG3BPxH9m2C5wV5EfOaSKs5y4= MIME-Version: 1.0 Received: by 10.142.122.24 with SMTP id u24mr975018wfc.74.1258475999223; Tue, 17 Nov 2009 08:39:59 -0800 (PST) In-Reply-To: <4B0273E5.9000606@easyflirt.com> References: <4B01A4C2.8030602@gmx.net> <4B0273E5.9000606@easyflirt.com> Date: Tue, 17 Nov 2009 09:39:59 -0700 Message-ID: To: Mathieu Suen Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Closures and $this From: chrisstocktonaz@gmail.com (Chris Stockton) Hello, On Tue, Nov 17, 2009 at 2:59 AM, Mathieu Suen wrote: > Christian Seiler a =E9crit : >> >> Hi, >> >> since a few months have passed since the last discussion on this topic >> and perhaps people had time to gather some experience with the current >> closure implementation in PHP 5.3 I'd like to restart the debate on >> $this in closures and object extension. I believe that (D) wins my vote, and it convinces me twice. Once because I believe it is the most intuitive for users (A), and twice because I believe it is also the most useful (C) for users. In my opinion It seems the most "PHP" way. -Chris