Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50387 invoked by uid 1010); 31 Jan 2008 00:54:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50372 invoked from network); 31 Jan 2008 00:54:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2008 00:54:39 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:12808] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/AE-49295-C4C11A74 for ; Wed, 30 Jan 2008 19:54:38 -0500 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 31 Jan 2008 02:54:32 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 30 Jan 2008 16:54:28 -0800 Message-ID: <698DE66518E7CA45812BD18E807866CE0133A80C@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] nowdocs again Thread-Index: AchjkCMVL/HSEcGlQIenvj+CbujvKgAE6mEg References: <479114FD.6010005@zend.com> <47A07E86.4010008@zend.com> <47A08314.60507@daylessday.org> <47A0C487.3060604@zend.com> <47A0C725.2070001@daylessday.org> <698DE66518E7CA45812BD18E807866CE0133A752@us-ex1.zend.net> <47A0FB2C.6090808@fischer.name> To: "Markus Fischer" Cc: "Antony Dovgal" , "Stas Malyshev" , "PHP Internals" X-OriginalArrivalTime: 31 Jan 2008 00:54:32.0344 (UTC) FILETIME=[D7535180:01C863A3] Subject: RE: [PHP-DEV] nowdocs again From: andi@zend.com ("Andi Gutmans") Yeah that is very true. I guess Perl way of doing 'FOO' is better after all :) Andi > -----Original Message----- > From: Markus Fischer [mailto:markus@fischer.name] > Sent: Wednesday, January 30, 2008 2:33 PM > To: Andi Gutmans > Cc: Antony Dovgal; Stas Malyshev; PHP Internals > Subject: Re: [PHP-DEV] nowdocs again >=20 > Hi, >=20 > Andi Gutmans wrote: > > I think if the syntax is confusing we can go for just a single quote > as > > part of the operator which doesn't make it look like just another > plain > > old string, e.g.: > > > > $bar =3D<<<'FOO >=20 > Such a thing is not nice for casual string syntax highlighting in > editors. > Needs a special rule to handle an opening but not closing single quote > .. mhmmm :/ >=20 > - Markus