Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 483 invoked from network); 15 Dec 2009 20:36:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2009 20:36:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-px0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:51891] helo=mail-px0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/53-16228-553F72B4 for ; Tue, 15 Dec 2009 15:36:40 -0500 Received: by pxi1 with SMTP id 1so170068pxi.29 for ; Tue, 15 Dec 2009 12:36:31 -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=UnDb2wXPjVK2iwZiyDnvcx/izBVMgB2GeqOI4HBIWdw=; b=XT1xeK2RUDe43ipqwJNjxLdpTrL//NBcodJEwkWvtlVGxcg0zJrUSAK+SCed8hNBBs M0lS6Z190aydAOCWXqPdp6wyhWnGqCWBWJ52s9lQF3alp5a88ebPvvt97b2CNTU9qOGi dfXB0Gz3WJxRScKoHWrUdGpYTcVeLIPen/flI= 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=Wnh5PLHqnA2DnWC22OCL0DZ+QyuthLmd8DuObfkLi8TLRQlrDF2M4Gk3e2IzDaVcVD Fbtq4VSai76rHpAHVe24hURtzLtgsd2slc6R/snPbtuwaUx5e2338qTDT5XwbK7PDDHX C5Jb9V9fRctf441VeXG2pLHzhPFVnmXBd19WQ= MIME-Version: 1.0 Received: by 10.142.250.38 with SMTP id x38mr15857wfh.179.1260909391742; Tue, 15 Dec 2009 12:36:31 -0800 (PST) In-Reply-To: <4B27E7A4.6030503@gmx.net> References: <4B01A4C2.8030602@gmx.net> <4B27DD0B.1070303@gmx.net> <6571303B-82D2-43E4-8550-E2B9420BA241@pooteeweet.org> <4B27E7A4.6030503@gmx.net> Date: Tue, 15 Dec 2009 21:36:31 +0100 Message-ID: <7f3ed2c30912151236w6ba4d66due4f53767705e585e@mail.gmail.com> To: Christian Seiler Cc: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Closures and $this: Please vote! From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Dec 15, 2009 at 20:46, Christian Seiler wrote: > (A): Original closures implementation: > =A0 =A0 =A0 =A0 $this is always the object context at > =A0 =A0 =A0 =A0 closure creation. No possibility to do > =A0 =A0 =A0 =A0 $someObject->closureProperty(...) and thus > =A0 =A0 =A0 =A0 no possibility to extend objects! +1 Preferably without any Closure->bindto black arts. -Hannes