Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
0
stars
0
forks
source link
Idea: Warn about unnecessary escaping in regex literals #136
Open
TysonAndre opened 6 years ago
E.g.
'/\\@/'
,[\.]
, etc.Would need to be able to parse regex literals to check