Today I want to go through implementing a static analysis that generates the call-graph for a PHP web application. I create a repository for our little project and push all the source code related to this project. To generate a call-graph, we first need information about the defined functions and…