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