Stanislav Malyshev wrote:
>>
>> namespace __::__main;
>> function thing() {}
>> one::thing();
>> ?>
>
> __::__ look like some weird ASCII art, maybe we need something better
> for it.:) it could be anything, really, I just figured there's no chance that would conflict with any other namespace. I suppose in this situation we could allow resetting to global with "namespace;" or "namespace ::;" but honestly, I don't see a compelling reason to do that when it's such an edge case. Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
