RE: [PHP-DEV] Re: Namespaces: Technical proposal

2005-11-29 Thread Ford, Mike
On 29 November 2005 15:27, Sara Golemon wrote: > > Just wondering. There's another thread about goto and labels > > running as well. If they vote for something like: > > > > LABEL:while (cond) { > > > > } > > > > Wouldn't this add another technical diffuculty with using ':' as a > > namespace s

Re: [PHP-DEV] Re: Namespaces: Technical proposal

2005-11-29 Thread Hartmut Holzgraefe
Oliver Grätz wrote: Nope. Parentheses are a totally different thing here. Adding mandatory whitespace means giving syntactic meaning to something that normally never should have it. Meaningful whitespace is really evil. On the other side parentheses are already there. They are an existing concept