Thanks for your help Sara!

Any chance someone from the Doc project has time to update the manual? Thanks.

Andi

At 05:09 AM 3/3/2006, Dmitry Stogov wrote:
dmitry          Fri Mar  3 13:09:13 2006 UTC

  Added files:
    /ZendEngine2/tests  break_label01.phpt break_label02.phpt
                        break_label03.phpt break_label04.phpt
                        break_label05.phpt break_label06.phpt
                        break_label07.phpt break_label08.inc
                        break_label08.phpt break_label09.phpt

  Modified files:
    /php-src    NEWS
    /ZendEngine2        zend_compile.c zend_compile.h zend_globals.h
                        zend_language_parser.y
  Log:
Added support for "continue" and "break" operators with labels. Each loop or switch statement can be marked by label and then it is possible to write "break <label>" instead of "break <number>".



--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

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

Reply via email to