On Sun, 17 Aug 2003, Heilig (Cece) Szabolcs wrote:

> 
> > You shouldn't use () with echo anyway, it can do things you won't
> > expect. array and return are control structures too, so I don't see why
> > they should be different. (array is not that obvious, but return is
> > definitely a control structure (it controls the end of a
> > function/include file)). Both echo and return do not need ()'s
> > anyway... unless you really need to group things (which only makes sense
> >  with return of course).
> 
> Derick has absolutely right with return i think. I was a bit doubtful
> with that. I saw returns without brackets a lot, and some return
> with brackets, but without space between.
> I'm going to revert return affected docs.
> 
> But what about arrays? Can we discuss Pear guys about that?

I don't mind that much for arrays, but it *is* a language construct, and 
from what I read from the CS that means that there should be a space 
there.

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to