Re: GOTO and/or BREAK LABEL
From: Sara Golemon Date: Tue, 07 Mar 2006 16:43:34 +0000 Subject: Re: GOTO and/or BREAK LABEL References: 1 Groups: php.internals Request: Send a blank email to [email protected] to get a copy of this message
1) goto and break label +0Making goto's labels work with break is cheap, but less vital than goto.2) goto only (like C) +1Within scope and out of break context is a given. My preference is to not limit jumping to forward only, though such a limit would still be a step in the right direction.3) break label only (like Java) 0See #14) nothing -1
Thread (106 messages)
« previous | php.internals (#22209) | next » |
---|