Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67139 invoked by uid 1010); 6 Dec 2007 17:44:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67123 invoked from network); 6 Dec 2007 17:44:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2007 17:44:40 -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:37493] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/BF-15167-60538574 for ; Thu, 06 Dec 2007 12:44:39 -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 1J0Km0-0002gw-Sh; Thu, 06 Dec 2007 18:44:32 +0100 Cc: Jeremy Privett , Larry Garfield , internals@lists.php.net Message-ID: <16F02B8A-6394-4175-9473-C4967606386C@bitxtender.com> To: Stanislav Malyshev In-Reply-To: <47582DC0.2040004@zend.com> 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 18:44:32 +0100 References: <475713B2.4030802@iamjochem.com> <475719ED.8050306@zend.com> <200712052110.37023.larry@garfieldtech.com> <47576AEF.4030306@omegavortex.net> <5474E017-DF97-4B91-8FE0-7D6831E64F56@bitxtender.com> <47582DC0.2040004@zend.com> X-Mailer: Apple Mail (2.915) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1196963079;eca2bef3; Subject: Re: [PHP-DEV] Namespace From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) If a namespace can be valid for a portion of code in one file, then it should be possible to use the same syntax as for all other blocks in PHP. You wouldn't suggest this: class Foo; public function zomg() {} class Bar; public function lolz() {} would you? Not the same thing, but you get the idea. David Am 06.12.2007 um 18:13 schrieb Stanislav Malyshev: >> +1. If we allow multiple namespaces per file, then braces are an >> absolute must for consistency IMO. > > I do not see any relation between consistency and braces. > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php