How would I log every function call the PHP interpreter makes during a given script?
Can I configure mod_php, XDebug, or 开发者_C百科Eclipse (or some other free program) to print to file the code that is executed? And if so can I limit it to function calls to keep it somewhat readable?
I use xdebug for that, and webgrind to view the results.
精彩评论