I’m looking at the alpha 1 news about PHP 5.4 and find some things that are removed.
In that list they talk about break/continue $var syntax.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume, that this one is meant
breakandcontinueaccepts a number, that specify the number of nested loops, that should be breaked up, or continued. Have a look at the example at the manual.However, it seems, that
breakandcontinueare not usable with variables anymore. In my personal experience, this will affect .. nobody 😉