Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77284 invoked from network); 7 Nov 2008 22:06:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2008 22:06:39 -0000 Authentication-Results: pb1.pair.com header.from=kkooporation@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kkooporation@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.200.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kkooporation@googlemail.com X-Host-Fingerprint: 209.85.200.173 wf-out-1314.google.com Received: from [209.85.200.173] ([209.85.200.173:44221] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/F1-02726-EEBB4194 for ; Fri, 07 Nov 2008 17:06:39 -0500 Received: by wf-out-1314.google.com with SMTP id 26so1437960wfd.26 for ; Fri, 07 Nov 2008 14:06:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=4HbgljHME2ELJlEdHTdEkm3EtnRpU8U66d7788o/Ba8=; b=SCwmWJcIyEhymiCu0XA4OJ5Dcet3jyG530NM3v1bJN6iBwIedh/OV2OYZCXkqM/Ztd I+zEeT2VKbiMXonTYFLAXX93eECGppFR14uURwDXdPQ56tHzA2owrDf4z27oEctwNX+y 5ulHv8toBdOxvr/Vfg0bO0+MlMsqg3B8dDbJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=Qo1s8dmxr0K1s4CEVaksoTUXCgqP9WRi2srGQIoHtuCqhwn6cdVSSWFAD3MDfPM4Ju fD5UWXexvwvzQW6pPrUarHAruN+KBYNRWiQPrmWVS0yaiM20Vp3n9Xx6v9gpr9Bllbhn owEzNvYnekbzujudOTkC0v0ft/Iva1S+okF6o= Received: by 10.143.3.4 with SMTP id f4mr1101615wfi.146.1226095596118; Fri, 07 Nov 2008 14:06:36 -0800 (PST) Received: by 10.143.40.9 with HTTP; Fri, 7 Nov 2008 14:06:36 -0800 (PST) Message-ID: Date: Fri, 7 Nov 2008 23:06:36 +0100 Sender: kkooporation@googlemail.com To: "Stan Vassilev | FM" Cc: "internals Mailing List" In-Reply-To: <133EA0E5E36C4DE7AED0E98418B6E4AE@pc> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_75628_14700116.1226095596093" References: <4914AFCA.40307@chiaraquartet.net> <133EA0E5E36C4DE7AED0E98418B6E4AE@pc> X-Google-Sender-Auth: 9f757d6c33cce630 Subject: Re: [PHP-DEV] [PATCH] bracketed namespace declarations From: kureal@kkooporation.de ("Kenan R Sulayman") ------=_Part_75628_14700116.1226095596093 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey there! Why don't you try an implementation as: > namespace foo; (contents xyz) > namespace foob; > (contents xyz of as second called namespace) > Wouldn't it be easier to make such an application tree instead of using the normal bracket-like opening? Your, -- (c) Kenan Sulayman Freelance Designer and Programmer Life's Live Poetry ------=_Part_75628_14700116.1226095596093--