RFC: Deprecate and remove continue targeting switch

Project Governance
Author
In PHP, if continue is applied to a switch statement, it behaves the same as break. In other languages, it would continue the surrounding loop instead. To avoid...

This RFC has not yet started voting