I have a website with index.php. I am using linux
There are several other php files where the index.php file connects to for some functions.
How to get a complete list of all the php files that are called, and whatever times they are called.
How can I see the complete flow chart how the code is running. (I mean which are functions are being called from which php file)
I want to do it through linux command line. I dont want to install any ide. Presently i have vim with vdebug plugin. BUt in that i have to step into the entire code which is very time taking.