I have installed hiphop on Ubuntu following these inscrutions : https://github.com/facebook/hiphop-php/wiki/Prebuilt-Packages-on-Ubuntu-12.04
Now how do I do static code analysis on a single/multilple php files with this?
I have installed hiphop on Ubuntu following these inscrutions : https://github.com/facebook/hiphop-php/wiki/Prebuilt-Packages-on-Ubuntu-12.04
Now how do I do static code analysis on a single/multilple php files with this?
You might find hphpa useful. This is a convenience wrapper for HipHop's static analyzer.