Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106193 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46262 invoked from network); 9 Jul 2019 12:10:43 -0000 Received: from unknown (HELO mail-io1-f46.google.com) (209.85.166.46) by pb1.pair.com with SMTP; 9 Jul 2019 12:10:43 -0000 Received: by mail-io1-f46.google.com with SMTP id g20so20580703ioc.12 for ; Tue, 09 Jul 2019 02:30:19 -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 :cc; bh=k/l4Ve9kRS8JrIPK8YqMk3ZZSQxeIi5H1B8okMJjJO4=; b=S8lDHg1LcLi/9saA4STXwMd3fTwMMVoqnAJ7789At2bnMGj/8A6Jtbe0RITlTE+Ykk Q1obB1DTgIBbgnGaIWm+m6wVd0b2aflClnA7U3OXPtvuRbC43o7kl6Ah0FLHndTmydGM yutliD+egHq1hfy2IyEai5OBnDAuNVnCe1OywwXBnvxHYmNFvfb87PjBmE1pIt2VlBDM xvXEU3d9nNJS2NufouxjnzyaArpifzN26+4uUTZVvN6y7h2bcOaHU3o7WleL7CQ2waXu rBon5DGUGoTMwdSkZG4mqc32j0F/F1m3BlBSkpNkSOWdxc6LTaReYYgMgtK2btdo//QS iKag== 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=k/l4Ve9kRS8JrIPK8YqMk3ZZSQxeIi5H1B8okMJjJO4=; b=f7sQeawLQ9vYyJXt4DmQGq3NyU4X2FbWxRw/TDNidgjNaoZsRSKxvaPmgVCxqx/cn1 G7lxOTgDuWtvo2QF0Dvwi4bJ41FVVzdNrWd3JRZS4jT630YdC/Z6kPr1c+CKe9D4bXEa yG6AyfT/TimnjY3MrBnrpMTLqQftxrksASn2YXPrx/qfs0R09EO0T1PGeOKs5DlhzXEK 3sTlRS+Bx+4v4yrcWiA9Ww/kmbDPe2Zmy1GQ47PdD48YNdsA6yy5s0cAubjteAaffAKu UkZ5E+zfBTm+YyfrlwVzzQT99EzKfu0QgSQ4ViRd9kjHRt/Oc/VsbOXhqXHhVBsz1UIu YX4w== X-Gm-Message-State: APjAAAVzcHLbpREsoY4RPzEg9mNgKmXKkMPlHryHxr7tFc/MHFxlB8cE ywJNfu9U6cfJrywgXzBAIX3ksf12lJ5XC7te/g0= X-Google-Smtp-Source: APXvYqz8oCORd6q7r1mBeawLzLiRWthEpNR+EzAF7dIPhVLzXRT6jGiyZ7DpSQOU2YESd2u8S9ZL6m+cbTTCmt8dVCU= X-Received: by 2002:a02:cc8e:: with SMTP id s14mr28263405jap.142.1562664619399; Tue, 09 Jul 2019 02:30:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 9 Jul 2019 11:30:06 +0200 Message-ID: To: Arnold Daniels Cc: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000008ae0ce058d3c353e" Subject: Re: [PHP-DEV] [VOTE] Strict operators directive From: ocramius@gmail.com (Marco Pivetta) --0000000000008ae0ce058d3c353e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Jul 9, 2019, 03:56 Arnold Daniels wrote: > Hi internals, > > I've opened voting on the strict operators directive: > https://wiki.php.net/rfc/strict_operators > > As promised, a patch and tests have been prepared. This is available on > https://github.com/php/php-src/pull/4375 > > Regards, > Arnold > I wasn't sure about the full implications of this, but after some thought, the worst that can happen is excessive strictness, requiring to drop a single declaration on top of a file =F0=9F=91=8D > --0000000000008ae0ce058d3c353e--