Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24792 invoked by uid 1010); 20 Nov 2007 02:35:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24777 invoked from network); 20 Nov 2007 02:35:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2007 02:35:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=m@digitalsandwich.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=m@digitalsandwich.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain digitalsandwich.com does not designate 68.230.241.39 as permitted sender) X-PHP-List-Original-Sender: m@digitalsandwich.com X-Host-Fingerprint: 68.230.241.39 fed1rmmtao107.cox.net Solaris 10 (beta) Received: from [68.230.241.39] ([68.230.241.39:49364] helo=fed1rmmtao107.cox.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/BC-50425-DD742474 for ; Mon, 19 Nov 2007 21:35:10 -0500 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071120023508.QQNY25420.fed1rmmtao107.cox.net@fed1rmimpo01.cox.net> for ; Mon, 19 Nov 2007 21:35:08 -0500 Received: from [192.168.0.102] ([68.96.248.22]) by fed1rmimpo01.cox.net with bizsmtp id Eqb61Y00U0Vk8yk0000000; Mon, 19 Nov 2007 21:35:06 -0500 Message-ID: <4741D74F.50600@digitalsandwich.com> Date: Mon, 19 Nov 2007 18:34:55 +0000 User-Agent: Thunderbird 2.0.0.6 (X11/20071108) MIME-Version: 1.0 To: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: [PHP-DEV] late static binding php6] From: m@digitalsandwich.com (Mike Lively) Stanislav Malyshev wrote: >> in that situation A::find(); would not be able to know it was being >> called by B::find() because parent:: is considered an explicit class >> name reference. > > It will be, just not by means of parent::. I am missing something....then by what means?