Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38551 invoked from network); 21 Mar 2008 16:36:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 16:36:16 -0000 X-Host-Fingerprint: 62.203.75.216 216-75.203-62.cust.bluewin.ch Received: from [62.203.75.216] ([62.203.75.216:2264] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/D1-26785-FF3E3E74 for ; Fri, 21 Mar 2008 11:36:15 -0500 Message-ID: To: internals@lists.php.net Date: Fri, 21 Mar 2008 17:36:11 +0100 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 62.203.75.216 Subject: Problem with Namespaces From: sebastian.deutsch@9elements.com (Sebastian Deutsch) Hello, I'm currently fooling around with the new namespaces feature. Is there any (semi) official documentation when to use "use" or "import". use Foo; Warning: The use statement with non-compound name 'Foo' has no effect in. Is there any additional information. cheers *.sebastian