Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36324 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38886 invoked from network); 22 Mar 2008 15:29:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2008 15:29:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:45787] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/94-16027-DE525E74 for ; Sat, 22 Mar 2008 10:29:50 -0500 Received: from MBOERGER-ZRH.corp.google.com (72-216.1-85.cust.bluewin.ch [85.1.216.72]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 9F0F411EFD6; Sat, 22 Mar 2008 16:29:46 +0100 (CET) Date: Sat, 22 Mar 2008 16:29:15 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1404614933.20080322162915@marcus-boerger.de> To: Felipe Pena CC: Gregory Beaver , internals@lists.php.net In-Reply-To: <1206186368.5916.3.camel@pena> References: <1789567073.20080321223647@marcus-boerger.de> <47E43032.20507@chiaraquartet.net> <1206186368.5916.3.camel@pena> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [RFC] Namespace syntax decision From: helly@php.net (Marcus Boerger) Hello Felipe, looks pretty good to me. Let's see what other responses we get by late wedensday. marcus Saturday, March 22, 2008, 12:46:08 PM, you wrote: > Em Sex, 2008-03-21 às 17:01 -0500, Gregory Beaver escreveu: >> > 1) namespace foo { } >> >> This is acceptable if nothing can exist outside namespace foo {} except >> declare and other namespace declarations. >> > Indeed! > Here's my try: > http://felipe.ath.cx/diff/namespace.diff > http://felipe.ath.cx/diff/namespace.phpt Best regards, Marcus