Coding
A better way to work with a backtrace in PHP
If each time I call frames() the current bracktrace is resolved via a call to debug_backtrace(), then this class does not represent a backtrace but rather a “backtrace resolver”. The debug_backtrace is one of those Read more…