ircmaxell / php-cfg

A Control Flow Graph implementation in PHP
MIT License
245 stars 43 forks source link

improve method and property flags #76

Closed eric-therond closed 2 years ago

eric-therond commented 2 years ago

@ircmaxell or @nikic, do you have time to take a look at this PR?

the goal is to have flags (visibility, static ...) of properties and methods in php-cfg stmts objects.