reneoelke / Php53to54

PHP_CodeSniffer standard for compatibility checking of PHP 5.3 to 5.4 migrations.
http://foobugs.com
Other
6 stars 1 forks source link

break/ continue parser broken. #86

Open goatherd opened 11 years ago

goatherd commented 11 years ago

continue(2) may not be parsed correctly (did cause an error-message for PHP_CodeSniffer). Some test cases will be added by #90.

goatherd commented 11 years ago

many, many more issues with the parser.. (see unit test provided by #90).