Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111002 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18182 invoked from network); 14 Jul 2020 17:01:26 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Jul 2020 17:01:26 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D7C9018053C for ; Tue, 14 Jul 2020 08:53:50 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 14 Jul 2020 08:53:50 -0700 (PDT) Received: by mail-ed1-f43.google.com with SMTP id a1so12287804edt.10 for ; Tue, 14 Jul 2020 08:53:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=tL++8on+wald9OZTXCkc0rpJiT7x/NwYe5NLy08GVmg=; b=FcNs+I/+QiO1kqqIla1HSairSBz6PuisL9phInDFI2ESaLrHNmUuKPaQfFkqp4PuE1 u6Y7fs4GBsQRV54YWlRI12Z210hGf7vxBMue7H2zyQbBButEVoLobvwmyA9r3vvjGw58 uDoSgZ8ovDmpTQyDlEKL3Bp65fbXlHIw25hQ86AU1sINYAzfSRmUTmt+VXBykwiXVcHg IlL4SFZA8c7ucHatH+w2CMotzpIYcZfu2t1BloNUN8xK7XwcNbmpVXupuMs7RE4lZ6ks 1HpsTRTDEO0ksJ35DKCttanY8/G9M/LRCJMCS7+JGt2Z2F/QNCYDI0RjTgHizgm6uszU 0qqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=tL++8on+wald9OZTXCkc0rpJiT7x/NwYe5NLy08GVmg=; b=MGsQaVtabPKjBSROFWnSBTE4zL8J/cc/qK802a3PjST/fWyBgEGS1rFTmAYeySSI0z DNddH8vcSCTj5oSouVOd/mpWaHnWVL47EK9kUOM3P3hBjx+mFNZAuUD4o4FyGmrmMe5Q h6jvhPS9dWQsVDmXwjsIG+QwwTiPPto53/KkD/TqIVFTquvIUuyevR/+jFn4oqF9lIR3 RFJJ3DgFd1ruU+/hWAU5pBEkJcgA+YLTgeXw1h4D1PqVOxpDhukkzXJLvT6C0o0nG3qd eSNKt2/lD5GQK8HlWKJMLa6xAXX48Yt3DyrWy0eHpiU6wmXSQ6GcU3C708QRkZRHAao7 Xo0w== X-Gm-Message-State: AOAM5318SBFlCOjuYONy8S7Fo0myRDNlNa3rozJoRJsJCyORyxepK+JH cDAWIqy6pddq/St0S90zMR327hXQQn1mx4cwgwHxP7CvI6LqBQ== X-Google-Smtp-Source: ABdhPJxdXSQHF/2xYj4cDd4c482z80jJ7sNLB1hNnnFBPNH1kGyZDMBQeaTXYNZsZCtUz0Px4F4UpaJTNXWXB+8pzQA= X-Received: by 2002:aa7:c5d4:: with SMTP id h20mr5085134eds.115.1594742028861; Tue, 14 Jul 2020 08:53:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 14 Jul 2020 17:53:38 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000023859905aa68d0c3" Subject: Re: [PHP-DEV][RFC] Saner numeric strings From: george.banyard@gmail.com ("G. P. B.") --00000000000023859905aa68d0c3 Content-Type: text/plain; charset="UTF-8" Hello internals, Apologies again for the delay, I was pointed out a sort of inconsistency between arithmetic/bitwise ops and type declarations. I've tried to address this in the RFC by promoting all current warnings to TypeErrors: https://wiki.php.net/rfc/saner-numeric-strings Please have a look at it, as the current plan is to open the vote on Thursday the 16th. Best regards George P. Banyard --00000000000023859905aa68d0c3--