On Sun, Feb 04, 2001 at 11:33:12PM -0000, James Moore wrote:
> 
> > Yes it is not documented. I prefer the } else { style. 
> 
> Personally I like
> 
>       if ($foo)
>       {
>       ....
>       } else
>       {
>       ...
>       }
> 
> or
> 
>       if ($foo)
>       {
>       ....
>       }
>       else
>       {
>       ...
>       }
> 
> then all braces are in same col.

But this doesn't fit into the scheme of the examples we have already in
the manual. When I parse the source code I don't see such a malformed
syntax. Ok, someone have used it...

-Egon

-- 
http://www.linuxtag.de/
http://php.net/books.php 
http://www.concert-band.de/
http://www.php-buch.de/

Reply via email to