Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33246 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68447 invoked by uid 1010); 18 Nov 2007 11:27:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68431 invoked from network); 18 Nov 2007 11:27:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2007 11:27:51 -0000 Authentication-Results: pb1.pair.com header.from=felho@avalon.aut.bme.hu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=felho@avalon.aut.bme.hu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain avalon.aut.bme.hu from 84.2.40.7 cause and error) X-PHP-List-Original-Sender: felho@avalon.aut.bme.hu X-Host-Fingerprint: 84.2.40.7 mail02a.mail.t-online.hu Received: from [84.2.40.7] ([84.2.40.7:58598] helo=mail02a.mail.t-online.hu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/30-00464-4B120474 for ; Sun, 18 Nov 2007 06:27:49 -0500 Received: from gergely-hodicskas-computer.local (dsl51B68E90.pool.t-online.hu [81.182.142.144]) by mail02a.mail.t-online.hu (Postfix) with ESMTP id CEA73EBC19 for ; Sun, 18 Nov 2007 12:27:45 +0100 (CET) Message-ID: <474021AD.3020902@avalon.aut.bme.hu> Date: Sun, 18 Nov 2007 12:27:41 +0100 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: internals@lists.php.net References: 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) Hi! I read this thread, and I would like to ask if is there any decision about the behavior of inheritance? I wrote on my blog about late static binding (http://blog.felho.hu/what-is-new-in-php-53-part-2-late-static-binding.html), and I came up with the following example: In think it would be nice if I could write codes like this. But in the current snapshot the value of $calledClass is ActiveRecord. Best Regards, Felhő