Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33331 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47310 invoked by uid 1010); 19 Nov 2007 20:29:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47294 invoked from network); 19 Nov 2007 20:29:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2007 20:29:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=felho@avalon.aut.bme.hu; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=felho@avalon.aut.bme.hu; sender-id=unknown Received-SPF: error (pb1.pair.com: domain avalon.aut.bme.hu from 84.2.40.6 cause and error) X-PHP-List-Original-Sender: felho@avalon.aut.bme.hu X-Host-Fingerprint: 84.2.40.6 mail01a.mail.t-online.hu Received: from [84.2.40.6] ([84.2.40.6:59747] helo=mail01a.mail.t-online.hu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/68-05823-D32F1474 for ; Mon, 19 Nov 2007 15:29:51 -0500 Received: from gergely-hodicskas-computer.local (dsl51B68E90.pool.t-online.hu [81.182.142.144]) by mail01a.mail.t-online.hu (Postfix) with ESMTP id 39043136B5A for ; Mon, 19 Nov 2007 21:29:40 +0100 (CET) Message-ID: <4741F22F.8050806@avalon.aut.bme.hu> Date: Mon, 19 Nov 2007 21:29:35 +0100 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: internals@lists.php.net References: <474021AD.3020902@avalon.aut.bme.hu> <06685887-B14F-4933-8F71-DFAB0D9B0E53@pooteeweet.org> <24B993AF-C3D4-4144-AD21-EA745B309CAC@pooteeweet.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] late static binding php6 From: felho@avalon.aut.bme.hu (Gergely Hodicska) > As I and several others proposed earlier the best option would be: > parent::method() thinks it is the same class as a caller > ClassName::method() thinks it is ClassName Yes, this would be the logical behavior for me too. Best Regards, Felhő