Hi,

May I suggest renaming get_called_class() to get_static_class() to correspond with the use of the static:: keyword for late binding.

parent:: and get_parent_class() [no parameters] should also correspond when used in a static method context.

My preference is that parent:: be late binding. I would also like to see an early bound __parent__ constant along the lines of __class__.

Best Regards,

Jeff

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

Reply via email to