Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35050 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94194 invoked by uid 1010); 30 Jan 2008 22:33:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94179 invoked from network); 30 Jan 2008 22:33:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2008 22:33:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=markus@fischer.name; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=markus@fischer.name; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fischer.name from 62.179.121.40 cause and error) X-PHP-List-Original-Sender: markus@fischer.name X-Host-Fingerprint: 62.179.121.40 viefep20-int.chello.at Solaris 10 (beta) Received: from [62.179.121.40] ([62.179.121.40:37250] helo=viefep20-int.chello.at) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/E5-49295-13BF0A74 for ; Wed, 30 Jan 2008 17:33:22 -0500 Received: from genuine.home ([84.112.136.139]) by viefep20-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20080130223318.REZE26998.viefep20-int.chello.at@genuine.home>; Wed, 30 Jan 2008 23:33:18 +0100 Received: from ncvielp07.home ([192.168.1.51]) by genuine.home with esmtpa (Exim 4.50) id 1JKLUb-0003J9-Ds; Wed, 30 Jan 2008 23:33:18 +0100 Message-ID: <47A0FB2C.6090808@fischer.name> Date: Wed, 30 Jan 2008 23:33:16 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Andi Gutmans CC: Antony Dovgal , Stas Malyshev , PHP Internals 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> In-Reply-To: <698DE66518E7CA45812BD18E807866CE0133A752@us-ex1.zend.net> X-Enigmail-Version: 0.95.6 OpenPGP: id=C2272BD0; url=http://markus.fischer.name/my_public_key.txt Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -37 X-Spam-Level: --- X-Spam-Report: Spam detection software, running on the system "genuine.home", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, 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 =<<<'FOO [...] Content analysis details: (-3.8 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -3.3 ALL_TRUSTED Did not pass through any untrusted hosts -1.1 BAYES_40 BODY: Bayesian spam probability is 20 to 40% [score: 0.3832] 0.5 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] nowdocs again From: markus@fischer.name (Markus Fischer) Hi, 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 =<<<'FOO 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 :/ - Markus