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

uasort/preg_replace_callback failing to track string/array callables #151

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

Possibly due to introduction of ClosureDeclarationType -- modifying the plugin to quickly check for that might make it work again