phpsa icon indicating copy to clipboard operation
phpsa copied to clipboard

[CFG] CFG component

Open ddmler opened this issue 9 years ago • 1 comments

  • [ ] Loop which does not loop
  • [ ] Ternary operator simplification
  • [ ] Elvis operator can be used
  • [ ] Not optimal if conditions
  • [ ] Infinite loop
  • [ ] Unreachable statement

ddmler avatar Sep 28 '16 17:09 ddmler

This could be useful: https://github.com/ircmaxell/php-cfg

K-Phoen avatar Oct 16 '16 16:10 K-Phoen