Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31659 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29212 invoked by uid 1010); 16 Aug 2007 23:24:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29197 invoked from network); 16 Aug 2007 23:24:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2007 23:24:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:48805] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/60-25402-5BCD4C64 for ; Thu, 16 Aug 2007 19:24:37 -0400 Received: from [127.0.0.1] ([192.168.16.180]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 16 Aug 2007 16:24:34 -0700 Message-ID: <46C4DCB0.4080509@zend.com> Date: Thu, 16 Aug 2007 16:24:32 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Pierre CC: PHP Developers Mailing List References: <3B3E836C-A029-4877-97EB-D935E5853C9A@wanderingknights.org> <46C33F52.6040202@oracle.com> <46C4A085.3070604@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Aug 2007 23:24:34.0589 (UTC) FILETIME=[9B0704D0:01C7E05C] Subject: Re: [PHP-DEV] Nowdocs revised From: stas@zend.com (Stanislav Malyshev) > 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. Ah, there is a difference - you can do function_exists to check for a function, but you can do nothing if your file doesn't parse. > <<< was never obvious, there is no obvious string to use in this case > (not obvious for everyone and his mother). Perl does <