On 02/03/12 01:00, Simon Schick wrote:
> Hi, all
>
> When will the documentation be ready?
>
> For example you wrote that something has changed to the keywords *continue 
> *and
> *break *- but I dont get what and it's not defined in here:
> http://www.php.net/manual/en/control-structures.continue.php
>
> Bye
> Simon
The option to use a variable as target for the break/continue.
Ie. you no longer can do break $var; or continue $var;

It's not telling you that you can do that, so the docs don't
seem wrong. :)


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to