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
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