On Fri, 7 Mar 2003, Greg Beaver wrote:

> namespace Package {
> const one = 1;
>     namespace SubPackage {
>     const one = 'one';
>     }
> }

You can not nest namespaces, so this wont work.

Derick

-- 
                                                Stop mad cowboy disease!
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------

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

Reply via email to