Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55050 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81124 invoked from network); 1 Sep 2011 07:41:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 07:41:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:51389] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/06-44095-2373F5E4 for ; Thu, 01 Sep 2011 03:41:38 -0400 Received: by yie16 with SMTP id 16so1362869yie.29 for ; Thu, 01 Sep 2011 00:41:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7vDoIwe/hZ/VIeO4hJS5QsV5tkjOThANeT8zRKMYAgA=; b=QOai3aKp0A/8h7obmIb4kVpX8X6yEFdjhGn5e80EHEfvXi1snsriV5EyCabKz2ttJH WhSLatXNNV3nlzccBnnvaPebVjJ/dzrNDR2jqaKrIbCTWvwY3JtdImjJJYw1TyE/s6fc PkAYazYP8/LgY8b6oP3tA/BPhIwR1bpr+d/d0= MIME-Version: 1.0 Received: by 10.236.191.136 with SMTP id g8mr7425654yhn.5.1314862894645; Thu, 01 Sep 2011 00:41:34 -0700 (PDT) Received: by 10.147.182.15 with HTTP; Thu, 1 Sep 2011 00:41:34 -0700 (PDT) In-Reply-To: <4E5F0F2F.4050108@lerdorf.com> References: <4E5F0F2F.4050108@lerdorf.com> Date: Thu, 1 Sep 2011 09:41:34 +0200 Message-ID: To: Rasmus Lerdorf Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: 2 new test failures From: pierre.php@gmail.com (Pierre Joye) hi, That must be due to my changes. They were failing due to different version of the parser tool (win and nux). Let me check them again with another version. On Thu, Sep 1, 2011 at 6:50 AM, Rasmus Lerdorf wrote: > 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 > =A0line 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 > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org