Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63439 invoked by uid 1010); 27 Nov 2005 01:25:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63419 invoked from network); 27 Nov 2005 01:25:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2005 01:25:16 -0000 X-Host-Fingerprint: 84.60.48.239 dslb-084-060-048-239.pools.arcor-ip.net Received: from ([84.60.48.239:19934] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6C/8B-56276-CFA09834 for ; Sat, 26 Nov 2005 20:25:16 -0500 Message-ID: <6C.8B.56276.CFA09834@pb1.pair.com> To: internals@lists.php.net Date: Sun, 27 Nov 2005 02:25:13 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 References: <20.BA.56276.A1BC8834@pb1.pair.com> <4388CE54.6060606@gmail.com> <4388D60F.8010103@gmail.com> <1A.E8.56276.F23F8834@pb1.pair.com> <4388FAFD.1080706@album.co.nz> In-Reply-To: <4388FAFD.1080706@album.co.nz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 84.60.48.239 Subject: Re: [PHP-DEV] Re: namespace separator ideas From: oliver.graetz@arcor.de (=?UTF-8?B?T2xpdmVyIEdyw6R0eg==?=) Jasper Bryant-Greene schrieb: > Oliver Grätz wrote: > >>Oliver Grätz schrieb: >> >>> :> <:: <- <: .. >> >>Whoops, forgot to add "%%" >> > > > +1 for <- here. It makes namespace hierarchies resemble diagrams of the > same hierarchies (like inheritance in UML). It also visually makes > sense, isn't hard to type, and doesn't look like a smiley (like :> etc). If Marcus is correct, then this won't work because of such cases: define('a',2); define('a',3); if (a<-b) echo 'gotcha'; Sorry :-( OLLi