1. What are the contributions mentioned in the paper "Static, lightweight includes resolution for php" ?
In PHP, one of these features is the include expression, where an arbitrary expression provides the path of the file to include at runtime.. In this paper the authors present two complementary analyses for statically resolving PHP includes, one that works at the level of individual PHP files and one targeting PHP programs, possibly consisting of multiple scripts.
read more
2. What are the future works mentioned in the paper "Static, lightweight includes resolution for php" ?
In future work the authors plan to make use of both algorithms in their ongoing work on the PHP AiR framework for PHP program analysis.. Finally, the authors plan to continue ongoing work on integrating PHP analysis with the Eclipse IDE, with the goal of providing IDE support to support developers in developing, understanding, and refactoring large PHP code bases.
read more





