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

Investigate subclassing CodeBase to use a client/server model, for windows #105

Closed TysonAndre closed 6 years ago

TysonAndre commented 7 years ago

E.g. getMethodsForClass(), hasClass(), hasMethod(), etc. could be requested over a stream socket.