Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 626 invoked by uid 1010); 18 Feb 2004 17:23:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 599 invoked from network); 18 Feb 2004 17:23:10 -0000 Received: from unknown (HELO sccrmhc13.comcast.net) (204.127.202.64) by pb1.pair.com with SMTP; 18 Feb 2004 17:23:10 -0000 Received: from coogle.localdomain (pcp02905316pcs.roylok01.mi.comcast.net[68.62.1.1]) by comcast.net (sccrmhc13) with SMTP id <20040218172309016003hmo2e>; Wed, 18 Feb 2004 17:23:10 +0000 To: George Schlossnagle Cc: Pierre-Alain Joye , PHP Internals In-Reply-To: References: <1077090830.30573.1.camel@coogle.localdomain> <20040218115421.434ac336@localhost.localdomain> <1077124444.30567.27.camel@coogle.localdomain> Content-Type: text/plain Message-ID: <1077124984.31528.1.camel@coogle.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 18 Feb 2004 12:23:04 -0500 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Static weirdness.. From: john@coggeshall.org (John Coggeshall) On Wed, 2004-02-18 at 12:21, George Schlossnagle wrote: > Maybe I'm having a slow-English day, but how is the first sentence here > is not intrinsically self-contradictory? :) class foo { static function bar() { } } $a = new foo(); $a->bar(); /* Unacceptable and contradictory to the concept of static */ foo::bar(); /* Acceptable */ John -- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- John Coggeshall http://www.coggeshall.org/ The PHP Developer's Handbook http://www.php-handbook.com/ -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-