In PHP 5.4, the break and continue statements no longer accept variable arguments (e.g., break 1 + foo() * $bar;). Static arguments still work, such as break 2;. As a side effect of this change break 0; and continue 0; are no longer allowed.
Details
Details
- Reviewers
 epriestley - Group Reviewers
 Blessed Reviewers - Commits
 - rARC8ed1459ecdba: Add a linter rule to detect variable arguments for `break` and `continue`
 
Added some test cases.
Diff Detail
Diff Detail
- Repository
 - rARC Arcanist
 - Lint
 Lint Not Applicable - Unit
 Tests Not Applicable