How would I log every function call the PHP interpreter makes during a given script?

Posted by Fletcher Moore on Stack Overflow See other posts from Stack Overflow or by Fletcher Moore
Published on 2010-05-13T18:41:05Z Indexed on 2010/05/13 18:44 UTC
Read the original article Hit count: 305

Filed under:
|
|
|

Can I configure mod_php, XDebug, or 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?

© Stack Overflow or respective owner

Related posts about php

Related posts about eclipse