Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55048 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51390 invoked from network); 1 Sep 2011 04:51:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 04:51:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.218.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:52183] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/E0-44095-43F0F5E4 for ; Thu, 01 Sep 2011 00:51:01 -0400 Received: by yie16 with SMTP id 16so1310614yie.29 for ; Wed, 31 Aug 2011 21:50:58 -0700 (PDT) Received: by 10.42.108.129 with SMTP id h1mr961592icp.331.1314852657958; Wed, 31 Aug 2011 21:50:57 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id v16sm152591ibe.0.2011.08.31.21.50.56 (version=SSLv3 cipher=OTHER); Wed, 31 Aug 2011 21:50:57 -0700 (PDT) Message-ID: <4E5F0F2F.4050108@lerdorf.com> Date: Wed, 31 Aug 2011 21:50:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals X-Enigmail-Version: 1.2.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: 2 new test failures From: rasmus@lerdorf.com (Rasmus Lerdorf) Pierre, your changes today caused 2 new test failures: Bug #51709 (Can't use keywords as method names) [tests/basic/bug51709_1.phpt] Bug #51709 (Can't use keywords as method names) [tests/basic/bug51709_2.phpt] The diffs: 001+ Parse error: syntax error, unexpected 'for' (T_FOR), expecting identifier (T_STRING) in /home/rasmus/php-src/branches/PHP_5_4/tests/basic/bug51709_1.php on line 4 001- Parse error: %s error, %s(T_STRING)%s in %sbug51709_1.php on line %d 001+ Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting identifier (T_STRING) in /home/rasmus/php-src/branches/PHP_5_4/tests/basic/bug51709_2.php on line 4 001- Parse error: %s error, %s(T_STRING)%s in %sbug51709_2.php on line %d -Rasmus