Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38495 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73304 invoked from network); 21 Jun 2008 16:53:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2008 16:53:33 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.239 as permitted sender) X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.198.239 rv-out-0506.google.com Received: from [209.85.198.239] ([209.85.198.239:48398] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/69-26505-B023D584 for ; Sat, 21 Jun 2008 12:53:32 -0400 Received: by rv-out-0506.google.com with SMTP id g37so7161127rvb.23 for ; Sat, 21 Jun 2008 09:53:28 -0700 (PDT) Received: by 10.140.144.1 with SMTP id r1mr8734411rvd.199.1214027608317; Fri, 20 Jun 2008 22:53:28 -0700 (PDT) Received: by 10.150.158.8 with HTTP; Fri, 20 Jun 2008 22:53:28 -0700 (PDT) Message-ID: Date: Sat, 21 Jun 2008 09:53:28 +0400 To: "Stanislav Malyshev" Cc: "Etienne Kneuss" , "PHP internals" In-Reply-To: <485C5081.1050609@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <485C5081.1050609@zend.com> Subject: Re: [PHP-DEV] LSB forward_static_call() From: indeyets@gmail.com ("Alexey Zakhlestin") On 6/21/08, Stanislav Malyshev wrote: > On top of that, by making parent:: forward called class name, you remove > the possibility of doing non-forwarding call to the parent class. why would anyone need that? "parent" is related to inheritance and it is logical, that it retains call-chain. if you just want to call "method of some class", you call it by class's name. -- Alexey Zakhlestin http://blog.milkfarmsoft.com/