Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98225 invoked from network); 3 Feb 2015 13:24:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 13:24:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wg0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:57073] helo=mail-wg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/6C-20608-BFBC0D45 for ; Tue, 03 Feb 2015 08:24:11 -0500 Received: by mail-wg0-f53.google.com with SMTP id a1so44456880wgh.12 for ; Tue, 03 Feb 2015 05:24:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=N7nf8LBXsAGhN+hdRDgrD2wL3myfh+VLwbxkDoHYtqc=; b=sAb7n+IvPzO8LaOIyay1wuI5x9uzRQNUM6Q25xohm/4Tsw/8zNJz4aTn3p8mYr0AM3 xVSPbtroH1W5QQU9rvJapomW5BSj4+Q7itO4PsWq0lFvGZK2jcylWtM920WzQOeuomwD +HlG+NzFoPZ8Lp3TSWJRWknBoPUHHuYN0qtJOLiRAEZdcXUkaZt607n1kZ4vowaSS59l 2tC8gBlGRATDCsvEP06gxOmxbboV04NBjO/9nncavf3o2CdTjRZShAdqXA5bcIP7Cx2n oirVhr6WTG60J1xQlc7PBQYeTVFpc2VzQ5SkmzY1lQTFwljr+KjCiUfHbfF2V6XB5UGY CvVg== MIME-Version: 1.0 X-Received: by 10.180.5.131 with SMTP id s3mr35049076wis.82.1422969848004; Tue, 03 Feb 2015 05:24:08 -0800 (PST) Received: by 10.216.50.139 with HTTP; Tue, 3 Feb 2015 05:24:07 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 13:24:07 +0000 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: Zero-fill right shift. From: leight@gmail.com (Leigh) > This will introduce a T_SHRZF token and corresponding opcode. Targeting PHP 7. That should have been T_SRZF, and I suppose I would also have to add ">>>=" (T_SRZF_EQUAL) which looks nasty, but should be included for completeness.