Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69974 invoked from network); 16 Jul 2008 07:41:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2008 07:41:06 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.184.232 wr-out-0506.google.com Received: from [64.233.184.232] ([64.233.184.232:46573] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/52-54589-016AD784 for ; Wed, 16 Jul 2008 03:41:05 -0400 Received: by wr-out-0506.google.com with SMTP id 68so4293591wri.15 for ; Wed, 16 Jul 2008 00:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=9u6eFEQXb+uSexfRHfaJL8dW6AQhydYdz7q00EfgDVw=; b=Gk24sdK4zkYyioxPrehB0L0PFW+QsIdVZEU4Xjcm5n3/n+Q3IVaSrRi6q1a3bw/SZ4 fmVWxhMK1DbCuwYhAaopI8pIuZyJT6x5rZGmf2UPHNZiuBlLy0VO7I58vGp0j5sarJt3 rWnXgDVJt58XYryh5hdhfmdwxT1wlYb8iSmGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bZSH3J4omOHQqMDzt7PkQDnmSI4xF73xOKitu1voBFqKqM3UIIHXwn8XpU0f0HD1iz OxCqJE8mSz0Sr6yiQksR5ejaVtLqDURvBEWcs/VuuDZV6iODqPYAZwzDj3RstorhKATR /BcrNi+gdPcO7PpXTMgC6grYU70geD5Nov6Bg= Received: by 10.100.249.10 with SMTP id w10mr1328444anh.156.1216194061559; Wed, 16 Jul 2008 00:41:01 -0700 (PDT) Received: by 10.100.196.15 with HTTP; Wed, 16 Jul 2008 00:41:01 -0700 (PDT) Message-ID: Date: Wed, 16 Jul 2008 11:41:01 +0400 To: "Hannes Magnusson" Cc: "Stanislav Malyshev" , "Stefan Priebsch" , internals@lists.php.net In-Reply-To: <7f3ed2c30807160034h483ecb49m189e298ba6615406@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1216138090.15841.11.camel@steve-laptop> <7f3ed2c30807160034h483ecb49m189e298ba6615406@mail.gmail.com> Subject: Re: [PHP-DEV] Namespace problem? From: indeyets@gmail.com ("Alexey Zakhlestin") On Wed, Jul 16, 2008 at 11:34 AM, Hannes Magnusson wrote: > I thought the only argument against using curly braces for namespaces > was exactly his example "you can use namespace foo; {} if you really > want to"? OK: namespace foo; { } Not OK: { use Foo:Bar as Something; } -- Alexey Zakhlestin http://blog.milkfarmsoft.com/