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

Figure out additional parameters where one is usually a constant, other is usually a variable #164

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

E.g. download and parse popular frameworks, find global functions and internal methods where 97+% of the uses have a constant for the jth param, variable for the kth param. (For suspiciousparamorder)