Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40945 invoked by uid 1010); 18 Feb 2004 17:38:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40921 invoked from network); 18 Feb 2004 17:38:31 -0000 Received: from unknown (HELO smtp2.netcologne.de) (194.8.194.218) by pb1.pair.com with SMTP; 18 Feb 2004 17:38:31 -0000 Received: from localhost.localdomain (xdsl-213-196-192-45.netcologne.de [213.196.192.45]) by smtp2.netcologne.de (Postfix) with SMTP id 735D739E00; Wed, 18 Feb 2004 18:38:29 +0100 (MET) Date: Wed, 18 Feb 2004 18:38:28 +0100 To: John Coggeshall Cc: George Schlossnagle , PHP Internals Message-ID: <20040218183828.7fdaba1d@localhost.localdomain> In-Reply-To: <1077125615.31532.10.camel@coogle.localdomain> References: <1077090830.30573.1.camel@coogle.localdomain> <20040218115421.434ac336@localhost.localdomain> <1077124444.30567.27.camel@coogle.localdomain> <1077124984.31528.1.camel@coogle.localdomain> <20040218183012.2ad1beb3@localhost.localdomain> <1077125615.31532.10.camel@coogle.localdomain> Organization: Freelancer X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Static weirdness.. From: paj@pearfr.org (Pierre-Alain Joye) On Wed, 18 Feb 2004 12:33:35 -0500 John Coggeshall wrote: > No. There is *no* reason why static methods should be called from an > object context. Doing so is more than a notice -- its flat out wrong > and defeats the entire purpose of having static in the first place... I only say that a error (fatal or no) may be not the good choice. But I do not care that much as far as there is at least a notice :) pierre