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

Record values of constants (Especially scalars and null) #90

Closed TysonAndre closed 6 years ago

TysonAndre commented 7 years ago

Related to https://github.com/TysonAndre/phan/issues/89 , DuplicateArrayKeyPlugin

TysonAndre commented 6 years ago

Done