Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3531 invoked from network); 3 Feb 2015 13:51:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 13:51:42 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:44274] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/7D-20608-D62D0D45 for ; Tue, 03 Feb 2015 08:51:41 -0500 Received: by mail-wi0-f170.google.com with SMTP id bs8so22585092wib.1 for ; Tue, 03 Feb 2015 05:51:38 -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 :cc:content-type; bh=O5y7V5oDY7mVoB67Y7jVjkvHi47sdkn7Mi869Tl1sUc=; b=zpYs/5QiFdx4SIdCk/2e+IV01avPOJutWhhq9lrEJdTHz1j2hsRoEOCxcdXyl3nfQb YXR0og/qu6NoWMjTZQ4ZxxZgpGpmADFKNBB9lC3u0wsJRcPAtx5XVuVxdRNrt+vQJiUV 5tcSApfpQiMRTtxo+y0zUPpOdhHM2r5nORc/tmL1NTELGdXe9NY6Ke4qPOEF+msKYLaQ ZmWZtP1vFkchcYzTgHTmquh5GYz5zSsGVYq2Xx9RTqTff/28TvbQLI32tM64cppd2fjE Bw+R4Eb4gU41U1R3ampd1yuQjuOnz4wppALsWr/IdF13Ro8pcWXeH5Azgb8yQCXBd7Og yzQg== MIME-Version: 1.0 X-Received: by 10.180.76.133 with SMTP id k5mr34207161wiw.30.1422971498087; Tue, 03 Feb 2015 05:51:38 -0800 (PST) Received: by 10.216.50.139 with HTTP; Tue, 3 Feb 2015 05:51:38 -0800 (PST) In-Reply-To: <1D8DC03D-0E2C-494C-9ED2-244334F57D8A@ajf.me> References: <1D8DC03D-0E2C-494C-9ED2-244334F57D8A@ajf.me> Date: Tue, 3 Feb 2015 13:51:38 +0000 Message-ID: To: Andrea Faulds Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Zero-fill right shift. From: leight@gmail.com (Leigh) On 3 February 2015 at 13:25, Andrea Faulds wrote: > Hmm, how would this interact with bigints? Does it rely on fixed-width integers, as it appears to? :/ No idea. Personally I'm opposed to the bigints implementation because of the implicit type auto-promotion.