Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42027 invoked from network); 21 Mar 2008 16:46:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 16:46:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.162.176 el-out-1112.google.com Received: from [209.85.162.176] ([209.85.162.176:51688] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/72-26785-556E3E74 for ; Fri, 21 Mar 2008 11:46:14 -0500 Received: by el-out-1112.google.com with SMTP id z25so1142120ele.0 for ; Fri, 21 Mar 2008 09:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MEKoAqxyy/X6eo8Xgk6sLMkyn6KH1i/5YiH+RhqIm7M=; b=ESp5uWvMRov2pOUhH2+wjVP8hp3BfoJ+V3DL4usfR+6+tkcrO0NCGd8ZmJU2ua2y6sXtnJpuP2E6/yxOtLhHiFBd8l4s5JtwWpNnz/dU4LF4WkOQGQxmbeK3Ybey5axIcwbCw6+KWK4m4nCZ6ikJmio9pHdJ0R/t7eLv+C4Uy1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h472Q4iHRIXxpXLbjzydFGDOz5JF+9+lzvmzjPxkdl3NznmwjUqhmupMz9pLkqa7pfpbua7BSw01mfQ963tOOQ57T+r8+T1Fgp2nm6q+Ky4xsC0Uf2n+UJ0JzsDeHn/VGFiGpwhkhEUEtHBELlycGX5YI4F2SToHLR3tQCSyxkU= Received: by 10.142.242.8 with SMTP id p8mr2463385wfh.196.1206117970423; Fri, 21 Mar 2008 09:46:10 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Fri, 21 Mar 2008 09:46:10 -0700 (PDT) Message-ID: <7f3ed2c30803210946v5f66385cpe1b8ee60326b82c@mail.gmail.com> Date: Fri, 21 Mar 2008 17:46:10 +0100 To: "Sebastian Deutsch" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] Problem with Namespaces From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Fri, Mar 21, 2008 at 5:36 PM, Sebastian Deutsch wrote: > 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. The documentations would be a good place to start: http://docs.php.net/namespaces -Hannes