No error is reported for ```php break; //continue; ``` but ```php -l``` errors with: ```Fatal error: 'break' not in the 'loop' or 'switch' context...```