Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6466 invoked by uid 1010); 26 Nov 2005 20:12:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6451 invoked from network); 26 Nov 2005 20:12:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 20:12:52 -0000 X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Linux 2.5 (sometimes 2.4) (4) Received: from ([80.237.132.12:57020] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7C/66-56276-4C1C8834 for ; Sat, 26 Nov 2005 15:12:52 -0500 Received: by wp005.webpack.hosteurope.de running Exim 4.43 using esmtpa from dslb-084-057-003-238.pools.arcor-ip.net ([84.57.3.238] helo=[192.168.0.100]) id 1Eg6Pg-0000Cl-Sm; Sat, 26 Nov 2005 21:12:48 +0100 In-Reply-To: <4388C11D.2000708@gmail.com> References: <7.0.0.16.2.20051124161240.0573e640@zend.com> <90.0E.56276.6D207834@pb1.pair.com> <200511251419.56809.pookey@pookey.co.uk> <57.B8.56276.65B27834@pb1.pair.com> <73998811.20051125204046@marcus-boerger.de> <438782C6.80008@gmail.com> <43878626.5060300@lerdorf.com> <512771162.20051125225926@marcus-boerger.de> <6B.D6.56276.154E7834@pb1.pair.com> <1638013035.20051126122138@marcus-boerger.de> <43888778.2050805@gmail.com> <4388C11D.2000708@gmail.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <49786504-F528-43D6-95C0-E04D280287E5@bitxtender.com> Cc: internals@lists.php.net, =?ISO-8859-1?Q?Oliver_Gr=E4tz?= Content-Transfer-Encoding: 7bit Date: Sat, 26 Nov 2005 21:12:47 +0100 To: Jessie Hernandez X-Mailer: Apple Mail (2.746.2) Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) This is funny... I was just about to write a mail and propose ":::". So... +1 from me ;) - David Am 26.11.2005 um 21:10 schrieb Jessie Hernandez: > All, > > What would you say if I managed to solve this problem, but that the > solution entailed changing the namespace separator to ":::"? The > code below works fine locally. > > Is ":::" unacceptable? Personally, I think anything is better than > using "\", and ":::" is not bad for me. If not, which character > sequence do all of you prefer? > > > namespace ns > { > const CON1 = 'a'; > const CON2 = 'b'; > } > > echo true ?ns:::CON1:ns:::CON2; > ?> > > > Regards, > > Jessie > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >