Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33798 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36921 invoked by uid 1010); 6 Dec 2007 12:34:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36906 invoked from network); 6 Dec 2007 12:34:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2007 12:34:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:37336] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/94-33463-F4CE7574 for ; Thu, 06 Dec 2007 07:34:24 -0500 Received: from dslb-088-064-085-153.pools.arcor-ip.net ([88.64.85.153] helo=localhost); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1J0Fvn-0001rT-DL; Thu, 06 Dec 2007 13:34:19 +0100 Cc: Larry Garfield , internals@lists.php.net Message-ID: <5474E017-DF97-4B91-8FE0-7D6831E64F56@bitxtender.com> To: Jeremy Privett In-Reply-To: <47576AEF.4030306@omegavortex.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Thu, 6 Dec 2007 13:34:18 +0100 References: <475713B2.4030802@iamjochem.com> <475719ED.8050306@zend.com> <200712052110.37023.larry@garfieldtech.com> <47576AEF.4030306@omegavortex.net> X-Mailer: Apple Mail (2.915) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1196944464;b57d2ca8; Subject: Re: [PHP-DEV] Namespace From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Am 06.12.2007 um 04:22 schrieb Jeremy Privett: > I know I just finished praising you just some hours ago, Stas, but > I'm going to have to step in and agree with Larry on this one. It > really doesn't make sense for there to be no braces for namespaces > (especially if you're going to allow multiple per file). A namespace > is a logical grouping of classes/functions and other constructs of > this type in PHP use braces. That is very confusing syntax when > compared to other areas of the language. +1. If we allow multiple namespaces per file, then braces are an absolute must for consistency IMO. David