Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31657 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89536 invoked by uid 1010); 16 Aug 2007 21:05:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89510 invoked from network); 16 Aug 2007 21:04:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2007 21:04:59 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.227 nz-out-0506.google.com Received: from [64.233.162.227] ([64.233.162.227:37878] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/00-23261-DEBB4C64 for ; Thu, 16 Aug 2007 17:04:49 -0400 Received: by nz-out-0506.google.com with SMTP id x7so169322nzc for ; Thu, 16 Aug 2007 14:03:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K4anSYbQDdeOnyLPzUUxvgwT/pflSiKiD9EBYFrgCDcISY+lAkXIxlujAD1wTIO9yD2n6XcUugFuVtht9HYl7F1+9go/MONwZI83Iih++9OQhrWLZ21/OUei+mbJOOcptIcz/o/ENpJE1Obds/N3N+lkgfYgUP9DfwphylXJ0m4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NB+6f4FZgWcyhnuYGXgEDcbz/ITRFYXjDyOBOXhNbpW43YjTLpZMA4Mz5s/wUxcflCohiLkaeqkZqaN5opOrhJZmXTz31QBds0Ogpzpoe/CmoCX2lE96XahmSxCWrZopAgKCqZ+wakx5vUxIlEV95DOrA3enLIvvepoLBzevDeQ= Received: by 10.114.175.16 with SMTP id x16mr2389602wae.1187298232276; Thu, 16 Aug 2007 14:03:52 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Thu, 16 Aug 2007 14:03:52 -0700 (PDT) Message-ID: Date: Thu, 16 Aug 2007 23:03:52 +0200 To: "Stanislav Malyshev" Cc: "Gwynne Raskind" , "Christopher Jones" , "PHP Developers Mailing List" In-Reply-To: <46C4A085.3070604@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3B3E836C-A029-4877-97EB-D935E5853C9A@wanderingknights.org> <46C33F52.6040202@oracle.com> <46C4A085.3070604@zend.com> Subject: Re: [PHP-DEV] Nowdocs revised From: pierre.php@gmail.com (Pierre) On 8/16/07, Stanislav Malyshev wrote: > > I didn't get any further, no :(. The decision of whether to merge the > > nowdocs patch is out of my hands now, since I don't have source karma. > > However, since the main thing standing in the way of its implementation > > was concern over the usefulness, your comment is very helpful, and I'd > > like to open the topic for discussion again on the list, if no one out > > there has any objection :) > > I think we can have it in HEAD and maybe in 5.3 - though it raises > questions about compatibility (code not parsing in certain PHP versions > and parsing in others might be a problem). I don't see a difference between a "fatal error call to undefined function" and or a parse error. It can go without problem in 5.3. > Not sure if <<<~ is the best > syntax - it's definitely not obvious, maybe we could think of something > better. <<< was never obvious, there is no obvious string to use in this case (not obvious for everyone and his mother). --Pierre