Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69630 invoked by uid 1010); 27 Nov 2005 17:31:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69615 invoked from network); 27 Nov 2005 17:31:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2005 17:31:28 -0000 X-Host-Fingerprint: 64.233.184.192 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.192:14304] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 83/38-56276-E6DE9834 for ; Sun, 27 Nov 2005 12:31:26 -0500 Received: by wproxy.gmail.com with SMTP id 50so1075330wri for ; Sun, 27 Nov 2005 09:31:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CXh1iAVsHyD+OA4O6SzAZocqvJ7aE96PRdWaLP39qkS+JAItGiaypkcYdLG4bX9wHUzJxDw911Sdj66wixYjcbIemv5hfNCEn4iMquYVIrEEUddcZtki2vD3/pncXnIEjYy1g+htjdeI+L3ZAAaH0rZZx7dj6A4Oa5mA/VxcbCE= Received: by 10.65.15.3 with SMTP id s3mr641845qbi; Sun, 27 Nov 2005 09:31:24 -0800 (PST) Received: by 10.64.250.5 with HTTP; Sun, 27 Nov 2005 09:31:24 -0800 (PST) Message-ID: <30bd80240511270931j30f6f206pfb7686c2bfcefade@mail.gmail.com> Date: Sun, 27 Nov 2005 12:31:24 -0500 To: Lorenzo Alberton Cc: Matt Friedman , internals@lists.php.net In-Reply-To: <4389B427.9060608@quipo.it> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1161_12707207.1133112684218" References: <20.BA.56276.A1BC8834@pb1.pair.com> <4388CE54.6060606@gmail.com> <4389B427.9060608@quipo.it> Subject: Re: [PHP-DEV] Re: namespace separator ideas From: nicobn@gmail.com (=?ISO-8859-1?Q?Nicolas_B=E9rard_Nault?=) ------=_Part_1161_12707207.1133112684218 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hadn't thought about that one... Thank you for the comment. I now think '\' is the best choice. On 11/27/05, Lorenzo Alberton wrote: > > Matt Friedman wrote: > > Namespace <:: ClassName > > or > > Namespace <- ClassName > > or > > Namespace <: ClassName > > > > Unless I'm missing something these symbols should not conflict with > > other ones. > > I'm not sure if someone already mentioned it, > but "<-" is not acceptable, since it means > "less than the opposite of" > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > define ('a', 1); > define ('b', 0); > > $c =3D (b<-a); > //i.e. $c =3D (b < -a) > ?> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > > Regards, > -- > Lorenzo Alberton > http://pear.php.net/user/quipo > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Nicolas B=E9rard Nault (nicobn@gmail.com) "Maybe nature is fundamentally ugly, chaotic and complicated. But if it's like that, then I want out." -- Steven Weinberg (prix Nobel de physique, 1979). ------=_Part_1161_12707207.1133112684218--