TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Add target_php_version of 5.6 #196

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

Use an internal plugin to check for existence of return types, usage of int, etc in real signatures (in PHP 5, refers to the probably missing class int)

php7cc and php7mar are other tools that already exist and should be pointed at