Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15442 invoked by uid 1010); 26 Nov 2005 20:20:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15426 invoked from network); 26 Nov 2005 20:20:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 20:20:29 -0000 X-Host-Fingerprint: 64.233.184.206 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.206:47252] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 13/F7-56276-C83C8834 for ; Sat, 26 Nov 2005 15:20:28 -0500 Received: by wproxy.gmail.com with SMTP id 57so1416229wri for ; Sat, 26 Nov 2005 12:20:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c0Qnh6Xxk6gK/bg7f/ysPcYHxr35Ag0urUshsFG51pqp3qH3U/3NzL2E1xWcNsw9DJTgO5H0yPQoOaEslpp6QhCleVI+EgVHhHejgoPuF7YnRncYArHcptKSAYt/4GF2962dT8YTelWoderKTMDHv4ocxxWhoWtctswURwcRQMQ= Received: by 10.64.153.6 with SMTP id a6mr9649254qbe; Sat, 26 Nov 2005 12:20:26 -0800 (PST) Received: by 10.65.186.4 with HTTP; Sat, 26 Nov 2005 12:20:26 -0800 (PST) Message-ID: Date: Sat, 26 Nov 2005 22:20:26 +0200 To: internals@lists.php.net In-Reply-To: <49786504-F528-43D6-95C0-E04D280287E5@bitxtender.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7.0.0.16.2.20051124161240.0573e640@zend.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> <49786504-F528-43D6-95C0-E04D280287E5@bitxtender.com> Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: manchokapitancho@gmail.com (Marian Kostadinov) +1 from me. \ looks ugly ... like escaping something:) On 26/11/05, David Z=FClke wrote: > 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 =3D 'a'; > > const CON2 =3D '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 > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >