Hadn't thought about that one... Thank you for the comment.

I now think '\' is the best choice.

On 11/27/05, Lorenzo Alberton <[EMAIL PROTECTED]> wrote:
>
> Matt Friedman wrote:
> > Namespace <:: ClassName
> > or
> > Namespace <- ClassName
> > or
> > Namespace <: ClassName
> >
> > Unless I'm missing something these symbols should not conflict with
> > other ones.
>
> I'm not sure if someone already mentioned it,
> but "<-" is not acceptable, since it means
> "less than the opposite of"
>
> ==============================
> <?php
> define ('a', 1);
> define ('b', 0);
>
> $c = (b<-a);
> //i.e.  $c = (b < -a)
> ?>
> ==============================
>
> Regards,
> --
> Lorenzo Alberton
> http://pear.php.net/user/quipo
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Nicolas Bérard Nault ([EMAIL PROTECTED])
"Maybe nature is fundamentally ugly, chaotic and complicated. But if it's
like that, then I want out." -- Steven Weinberg (prix Nobel de physique,
1979).

Reply via email to