Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110173 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68683 invoked from network); 16 May 2020 10:30:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 May 2020 10:30:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 546751804E1 for ; Sat, 16 May 2020 02:08:26 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com [209.85.222.41]) (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 ; Sat, 16 May 2020 02:08:25 -0700 (PDT) Received: by mail-ua1-f41.google.com with SMTP id k4so1691970uaq.10 for ; Sat, 16 May 2020 02:08:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AYlAcSl2sA9Cbp/toz1tjsTlGFaF5A7zWHiD37w0h+o=; b=iaYr+X9ScpdmSIOlt5UxfuBaSxfu0oXdVh9RLxbCI2IWOA7tLYDgtgamv+RIcncNHM fQn9c1ueXhLwEeREfL0S0U4CjqKQHcOsnA4WEnyoHJ1dRfEUnSrFytSIGtzsErFGZO2G u2GkvLfoBcyYxyKD1sEUTCGgBzlJWDEvY1n2gXcx46oKBbjIWYEniEHX8HFRBnJUVQ0t N/7vRNAsLzIzfwFO3/eifYMUSlJ0bxumaSJenDbZZAqdmLeb+3TvC6TwRB3ZRghdaPoU O8xr8Hesd4o0aTlljFyLtaG7MXM4iUacv4V7xZcsVmIoaJ1iCwBHpfQePLbHl4TFwqF/ kTgQ== 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:cc; bh=AYlAcSl2sA9Cbp/toz1tjsTlGFaF5A7zWHiD37w0h+o=; b=RoSG1sWyMYaUHzhTgPf7H3dRB0QXi0grKzyYejHXUF03ifuD33SNLSl/Zw4FZUyhCG 6pGCXRhFq5kUd+95EGenCs7YuSSfJkTo5xsY+l0mv+Y6svimRaa6ucgwExbqYhScR+De 0nifEZ8H9WFM34jqaJtG1+qSmE0+x+5CwQiwGp/mpVAv3TTpQ3rnpicovp38q0icvO1G hx5QoWpYvXuAhrVWn4lDQumBYLFTnWIfJX9BBQFxAwQ2edKNvnmx6OpoyTwVG7CuYK57 qFPbcoiH9lY4zaIpEvmd94mM8pcI45ckPNM4ON1Gb5aGMWZ0FhoqScdxdl2FbEfgv72P nTww== X-Gm-Message-State: AOAM530ftv+Yj4+lprczbwOa6BEj3npXPe69ZuHIle/9Y6ylQciDXQZr cypdGXcoLtqmeu3Yd0gHhh4v/gRtld7ww1UnbNwcHg== X-Google-Smtp-Source: ABdhPJwRtc1WDMC5I3nHxnK9S4E3+GXffmGOgyXNsjHzVlMniz/TT3IhMpEx/xPbsSus197DcpaUs04zScLU/fCN1+E= X-Received: by 2002:ab0:4a81:: with SMTP id s1mr5822075uae.108.1589620104715; Sat, 16 May 2020 02:08:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 16 May 2020 10:08:13 +0100 Message-ID: To: Arnold Daniels Cc: PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Strict operators directive From: Danack@basereality.com (Dan Ackroyd) On Fri, 15 May 2020 at 23:03, Arnold Daniels wrote: > I'd like to restart the discussion for the strict_opterators RFC ( > https://wiki.php.net/rfc/strict_operators). Hi Arnold, That RFC is quite big, and I'm finding it hard to fit it all in my head. I know it's annoying when people ask for more work to be done, but would it be possible for you to make a php file and chuck it as a gist somewhere, that contains the complete set of things that are currently undesirable, and what the new proposed behaviour would be? I think people being able to download a complete code example, and read it in the editor they use everyday, will make it easier to grok the current problems and why the proposed changes are appropriate. btw the "Proposed Voting Choices" section currently doesn't have a proposal of voting choice in it. cheers Dan Ack