0

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?

simplfuzz
  • 12,479
  • 24
  • 84
  • 137

1 Answers1

2

You might find hphpa useful. This is a convenience wrapper for HipHop's static analyzer.

Mark Baker
  • 209,507
  • 32
  • 346
  • 385
  • 1
    I only get an error, even with hhvm installed: `./hhvm-wrapper.phar analyze ./ hhvm-wrapper 2.0.3 by Sebastian Bergmann. Using ruleset phar://hhvm-wrapper-2.0.3.phar/ruleset.xml HHVM failed to process the files. ` – NoBugs Feb 09 '15 at 05:15