Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56289 invoked from network); 2 Dec 2008 22:25:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2008 22:25:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=david@grudl.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=david@grudl.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain grudl.com from 66.249.90.181 cause and error) X-PHP-List-Original-Sender: david@grudl.com X-Host-Fingerprint: 66.249.90.181 ik-out-1112.google.com Received: from [66.249.90.181] ([66.249.90.181:59487] helo=ik-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/A3-36301-5F5B5394 for ; Tue, 02 Dec 2008 17:25:57 -0500 Received: by ik-out-1112.google.com with SMTP id c30so2824779ika.7 for ; Tue, 02 Dec 2008 14:25:54 -0800 (PST) Received: by 10.103.24.11 with SMTP id b11mr5604077muj.58.1228256753926; Tue, 02 Dec 2008 14:25:53 -0800 (PST) Received: from ?192.168.1.23? ([77.240.188.66]) by mx.google.com with ESMTPS id n10sm12578926mue.37.2008.12.02.14.25.52 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Dec 2008 14:25:52 -0800 (PST) Message-ID: <4935B5D5.2000807@grudl.com> Date: Tue, 02 Dec 2008 23:25:25 +0100 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Stanislav Malyshev CC: PHP internals References: <4935A7AF.7010405@grudl.com> <4935B1F5.2080100@zend.com> In-Reply-To: <4935B1F5.2080100@zend.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New namespace implementation From: david@grudl.com (David Grudl) Hi! > >> but it generates Warning: The use statement with non-compound name >> 'ArrayObject' has no effect. > > 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. DG.