Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52151 invoked by uid 1010); 15 Feb 2008 16:20:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52136 invoked from network); 15 Feb 2008 16:20:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2008 16:20:55 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@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: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:31204] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/76-11466-5EBB5B74 for ; Fri, 15 Feb 2008 11:20:55 -0500 Received: (qmail 15149 invoked from network); 15 Feb 2008 16:20:50 -0000 Received: from unknown (HELO ?10.1.20.13?) (10.1.20.13) by cvs.zend.com with SMTP; 15 Feb 2008 16:20:50 -0000 Message-ID: <47B5BBE2.80406@zend.com> Date: Fri, 15 Feb 2008 19:20:50 +0300 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Lars Strojny CC: PHP Internals List References: <1203057693.3483.3.camel@localhost> <47B56471.4030309@zend.com> <1203074580.4076.2.camel@localhost> In-Reply-To: <1203074580.4076.2.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Double quotes for NOWDOCS From: dmitry@zend.com (Dmitry Stogov) http://en.wikipedia.org/wiki/Here_document See the Perl's HEREDOC definition. Dmitry. Lars Strojny wrote: > Hi, > > Am Freitag, den 15.02.2008, 13:07 +0300 schrieb Dmitry Stogov: >> the semantic of "NOWDOC with double quotes" should be the same as HEREDOC. > > Puh, I'm not really sure about that. I guess this will be even more > confusing. > > cu, Lars