On 3/7/06, Dmitry Stogov <[EMAIL PROTECTED]> wrote: > Hi, > > Because of some confused people I reverted "break label" patch and post it > for discussion once again together with GOTO patch. > > Please reviw and vote. > > 1) goto and break label > 2) goto only (like C) > 3) break label only (like Java) > 4) nothing > thanks for this thread. +0.5 for goto +1 for "do { break label; } while(0); label:" (line label, same with goto) or if the above is not acceptable, +0.5 for java like "label: do { break label; } while(0);" (block label, confusing with goto)
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Xuefer
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Hartmut Holzgraefe
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Ilia Alshanetsky
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Steph Fox
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Christian Stocker
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Sebastian Bergmann
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Nuno Lopes
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Andi Gutmans
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Edin Kadribasic
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Andi Gutmans
- Re: [PHP-DEV] GOTO and/or BREAK LABEL Rob Richards