Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65916 invoked from network); 18 Jul 2011 00:00:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 00:00:06 -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.210.46 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.46 mail-pz0-f46.google.com Received: from [209.85.210.46] ([209.85.210.46:59031] helo=mail-pz0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/74-23384-F77732E4 for ; Sun, 17 Jul 2011 20:00:00 -0400 Received: by pzk3 with SMTP id 3so3676329pzk.33 for ; Sun, 17 Jul 2011 16:59:57 -0700 (PDT) Received: by 10.142.234.15 with SMTP id g15mr1671900wfh.115.1310947197105; Sun, 17 Jul 2011 16:59:57 -0700 (PDT) Received: from [192.168.200.3] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id l19sm3050067wfk.23.2011.07.17.16.59.56 (version=SSLv3 cipher=OTHER); Sun, 17 Jul 2011 16:59:56 -0700 (PDT) Message-ID: <4E2377B7.3070703@lerdorf.com> Date: Sun, 17 Jul 2011 17:00:55 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Anthony Ferrara CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Add Logical Shifts for bitwise string operations From: rasmus@lerdorf.com (Rasmus Lerdorf) On 07/17/2011 04:47 PM, Anthony Ferrara wrote: > Hello all, > > I have added an RFC for the addition of logical bitwise shift > operators. (>>> and <<< proposed). > > https://wiki.php.net/rfc/logicalshiftoperator > > Feedback welcome, Your RFC should probably address the issue that we already have a <<< operator. See http://php.net/heredoc -Rasmus