debug_backtrace();
Not the prettiest solution, but a reliable one nonetheless.
-Sara
"Johannes Schlueter" <schlueter@phpbar.de> wrote in message
news:20040522084054.30545.qmail@pb1.pair.com...
> 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