Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94978 invoked from network); 27 Mar 2008 02:22:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2008 02:22:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:62638] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/72-47041-7E40BE74 for ; Wed, 26 Mar 2008 21:22:32 -0500 Received: by ug-out-1314.google.com with SMTP id u40so237753ugc.29 for ; Wed, 26 Mar 2008 19:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=CIFaSQ0fmfp9HOXCYO0YX1PabZzQ44mD7hjUfz4KqsU=; b=TS3fpiyHHVn45va4m/RwJYMTynGrHSskMA6EQBlXW0b9lhyQXA1k5ySTfiOQ+subPyQaxA/007+CvZ85fKuWPrVLyWNRKOOcyDLGqsBFHC2T/RelAsymrhmgYxuJ5VG0AnyO204mKdTqmXbzw+uunyF/72iDK3CNBk6Px/wIwEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L0LRKxxsnxrzAsdYfICqH+0TkNNqHPbM4+jS5FyurhCMuSatkcXMl9s3o0NGOSf6nzpNIh+aWMYu9ZIRsP5e5JiBdn8/b79IYxx08/V7N/2ce0MvDcbYxae9nXSXbXxlXdekfrfgJIVQ77S0AXg/sJYZtHWEbxg3cNZTQ2tNZ18= Received: by 10.67.116.7 with SMTP id t7mr1900603ugm.38.1206584549050; Wed, 26 Mar 2008 19:22:29 -0700 (PDT) Received: by 10.67.118.14 with HTTP; Wed, 26 Mar 2008 19:22:28 -0700 (PDT) Message-ID: <46ccd1ab0803261922q1640cec9g2bba8b9f6386a6cd@mail.gmail.com> Date: Wed, 26 Mar 2008 23:22:28 -0300 To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: internals@lists.php.net In-Reply-To: <1206574472.11056.29.camel@goldfinger> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> Subject: Re: Backporting to 5_3 From: felipensp@gmail.com ("Felipe Pena") 2008/3/26, Johannes Schl=FCter : > > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) > > > No objection, while it adds yet another keyword. > Patch: - http://felipe.ath.cx/diff/goto.diff Patch full (with re2c regenerated files): - http://felipe.ath.cx/diff/goto-with-re2c.diff