Lukas Smith schrieb:
> If I get Marcus proposal properly he would then allow changing things 
> from:
> parent::method();
> 
> to
> 
> parent->method();

 If that is the case, then it would be consistent to allow

   this->method()
   this->attribute
   parent->attribute

 too, no? (Note that I am not advocating the above, I am just being
 curious about consistency issues.)

-- 
Sebastian Bergmann                      http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

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

Reply via email to