Reading those notes I'm wondering what's meant by dynamic break is not working? I understand how it could lead to better compilation, but a mere 'not working' at the very least intrigues me :)
I have actually used this construct, though its purpose is mainly in parser routines, so I guess I could always goto instead. On Nov 19, 2010 12:21 AM, "Patrick ALLAERT" <[email protected]> wrote: > 2010/11/18 Derick Rethans <[email protected]>: >> On Thu, 18 Nov 2010, Dmitry Stogov wrote: >> >>> Previously we decided to remove "break/continue $var" syntax. >>> I even implemented it in PHP6 brunch, however it wasn't backported into >>> trunk. Could I do it? >> >> Is there a really good reason to remove it? > > Not sure, but at least, it is in *your* release notes :-) > http://www.php.net/~derick/meeting-notes.html#break-var > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >
