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

WIP[BROKEN] warn about invalid callables in internal functions #214

Closed TysonAndre closed 5 years ago

TysonAndre commented 5 years ago

Phan fails to warn about invalid callables passed to functions such as register_shutdown_function

For #2046

TODO: Finish implementing this