[PHP-DOC] Re: [PHP-DEV] New namespace implementation

2008-12-02 Thread Hannes Magnusson
On Tue, Dec 2, 2008 at 23:34, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: The warning is correct. >>> >>> It is not correct - the use statement has effect, as documented in manual >>> http://php.net/manual/en/language.namespaces.importing.php. >> >> The manual is wrong. Importing global obje

[PHP-DOC] Re: [PHP-DEV] New namespace implementation

2008-12-02 Thread Stanislav Malyshev
The warning is correct. It is not correct - the use statement has effect, as documented in manual http://php.net/manual/en/language.namespaces.importing.php. The manual is wrong. Importing global object is use \ArrayObject - note the \. From the look of it it seems like the page there has al