Hi, Andrey Hristov wrote: > echo get_class($this).'::'.__FUNCTION__ (when there is an instance of the > class) but AFAIK in your case with static calls there is no solution.
Is there some way to add a function (or some other magic thing) that works with static calls and call it a bug fix, so it can be in 5.0? If not: Is there a way to implement it and add it as a new feature with PHP5.1? Lately I needed such a thing while building some kind of framework. I solved it by adding a function to my extended class which passes it's __CLASS__ as an additional paramter to my base function - I don't really like it that way ;-) johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php