namespace A {
    namespace B{
        class C {
            function D() { print "asdf\n"; }
        }
    }

}

B::C::D();

Apparently, the parser allows nesting namespaces, but they are all
registered as global ones. Should be fixed, I think.

-Andrei                                       http://www.gravitonic.com/

Windows 2000 is certified not to crash more than
once a day, so what is the bootup time, 24 hours?
-- Sam Liddicott

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

Reply via email to