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/
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to