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

Add additional method types to debug daemon mode #58

Open TysonAndre opened 7 years ago

TysonAndre commented 7 years ago

Most importantly, a method type to dump the state of the CodeBase (Method signatures, Element\Clazz info, etc.)

Other ideas