On Mon, 2008-09-29 at 19:24 +0200, Janusz Lewandowski wrote:
> Monday 29 September 2008 18:35:45 Stefan Walk napisał(a):
> > On Monday 29 September 2008 18:05:48 Arvids Godjuks wrote:
> > > So as prevoius speaker suggested, and I personaly got to conclusion in
> > > other thread that ":" is ideal. Short, isn't taken.
> >
> > $a = $b?A:B:C:D;
> 
> Will _you_ write such code? 

That's not the point. The point is the parser can't easily identify it -
we barely care about namespaces, so
  someClass :: method ( ) ; 
is as valid as
  someClass::method();
independent from the context, same should be true for namespaces and
their separator independent from the context.

... but well, that was all discussed multiple times before

johannes


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

Reply via email to