Re: GOTO and/or BREAK LABEL (conclusion)
From: Andrey Hristov Date: Thu, 09 Mar 2006 10:27:45 +0000 Subject: Re: GOTO and/or BREAK LABEL (conclusion) References: 1 2 3 4 Groups: php.internals Request: Send a blank email to [email protected] to get a copy of this message
Jon Dowland wrote:At 1141902889, Andrey Hristov wrote:language one needs to read a bit of its documentation. In every language I know break leaves the current loop, in PHP it's overloaded that the PC could be set aftersorry for sending second email. Another choice could beI thinkleave
, which seems better thanescape
(clashes with escaping sequences).leave
has too many connotations withbreak
and similar commands, and could be misleading. I don't concur and there is documentation for the language. To get to an
loops. Andrey
Thread (106 messages)
« previous | php.internals (#22274) | next » |
---|