Hi!
Shows that a namespace name with \ acts very differently from a namespace name without \ in imports, so I don't think it is entirely accurate to say that PHP namespaces don't support sub-namespacing.
I'm afraid I don't understand what do you mean by "sub-namespacing" besides the trivial fact that if you add foo, \ and bar you get foo\bar. Could you please explain?
actually, "use \Long\Classname;" is a parse error - did we intend to allow it?
I thought it was allowed, to be compatible with use \Classname. Wouldn't hurt to do it, I think.
Thanks! -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED]
