(This is my first post to this list and of course just my opinion.)
> Foo%%bar%%Baz::getTest()->foo();
>
> Yes, it is blocky, as is the :: for class scopes.

But it is the same width as *six* colons.  I agree that : should be
used even if it means requiring whitespace in some obscure case,
mainly because everything else suggested here just doesn't look right.
 %%, as mentioned, is blocky, as with many of the other ones.  And <-
to me looks backwards and implies that x->y = y<-x.  (Same with any of
the operators starting with <, since that seems to be impossible
anyway.)

If : can't be used, however, %% is my favorite.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to