Rasmus Lerdorf wrote:
> Along the same lines, why do you care if you can call a static method
> in a class without declaring it static?

  A warning would be nice. After all declaring a static method
  explicitly static using the appropriate keyword improves performance (a
  bit) because $this doesn't have to be initialized etc.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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

Reply via email to