Marcus Boerger wrote:

11. class operator cleanup
  :: static
  -> non static
  this would allow to do more things like accessing static members/consts
  from anywhere a class is allowed etc. (if proposed that before incl. patch
  lookup the archieves).

could you elaborate what you mean with this ..

currently (some?) "static" calls from within a method will still result in a non static method call ... like parent::fobar()

are you talking about cleaning this up?

also do you remember my complaints about the fact that static and inheritance dont mix well, since alot of things are done at compile time for performance reasons .. does this also fall into this topic?

regards,
Lukas

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

Reply via email to