Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:10208 php.internals:10209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59734 invoked by uid 1010); 1 Jun 2004 14:20:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59653 invoked by uid 1007); 1 Jun 2004 14:20:52 -0000 To: internals@lists.php.net, Ferdinand Beyer Message-ID: <40BC908D.6060202@procurios.nl> Date: Tue, 01 Jun 2004 16:19:57 +0200 User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en MIME-Version: 1.0 CC: Stephan Schmidt , internals@lists.php.net References: <20040601131122.36657.qmail@pb1.pair.com> <40BCA8A3.17236.59BA8@localhost> In-Reply-To: <40BCA8A3.17236.59BA8@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.126.99.118 Subject: Re: [PHP-DEV] Use of 'self' in static function in subclass From: bert@procurios.nl (Bert Slagter) Ferdinand Beyer wrote: > He should define an abstract method Foo::Baz() here. > This is a minimal testcase, in my real life situation there indeed is a 'abstract static function Baz();' in Class Foo. But indeed, then a "Fatal error: Cannot call abstract method Foo::Baz() in.." arises.. Bert