Skip to content

PHP 7 Compatibility Checker 1.2.0

Compare
Choose a tag to compare
@sstalle sstalle released this 20 Jul 12:49
· 8 commits to master since this release
  • Added detection of continue/break outside of loop/switch contexts
  • Added JSON output format, it can be selected using the --output-format (-o) option
  • Fixed some false positives related to yield usage in expression context
  • Fixed false positives for nested by-reference foreach loops wrapped in functions or class methods
  • Fixed function redeclaration false positives when a declaration is wrapped in a function_exists condition
  • Fixed processing of namespaced files starting with shebang