Jasper Bryant-Greene schrieb:
> Oliver Grätz wrote:
> 
>>Oliver Grätz schrieb:
>>
>>>   :>    <::    <-    <:    ..
>>
>>Whoops, forgot to add "%%"
>>
> 
> 
> +1 for <- here. It makes namespace hierarchies resemble diagrams of the 
> same hierarchies (like inheritance in UML). It also visually makes 
> sense, isn't hard to type, and doesn't look like a smiley (like :> etc).

If Marcus is correct, then this won't work because of such cases:

define('a',2);
define('a',3);
if (a<-b) echo 'gotcha';

Sorry :-(

OLLi

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

Reply via email to