Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105013 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 15872 invoked from network); 29 Mar 2019 23:22:36 -0000 Received: from unknown (HELO mail-it1-f181.google.com) (209.85.166.181) by pb1.pair.com with SMTP; 29 Mar 2019 23:22:36 -0000 Received: by mail-it1-f181.google.com with SMTP id w18so5773764itj.4 for ; Fri, 29 Mar 2019 13:16:49 -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=E8nZXKL7PDQlG0ThvrJItGbxiz6sMVvup7l3GwCYXTI=; b=XMXwAgRx5pbh7jxs64CaI5HBGUvOJvHMS4CdfM9dAK+LHMvuayMzZAC/t8DVTgF4aZ UAxx2XxUyAhJIrHKwlowA+KJG1exXT/rs3rYcLJhcm2DzgaoDFPA0qgQma+pKQyYk5JS /s8KmazlRrqE1GxBmens5/TAyrlIuX7G9pMW6ZWfwuLoWp9hHhznLp1JOvF2BztpdOZ2 I0PJUajVK+a+9lPdIlAW0e9tfMczARpcl+p0E7GLUAFoKMRrhAoTEJH6vtAQw/YgAMHz cq7K1q6ivPfSSLwjR/ITVQdx9Oa8SmslXgK9iVhSOs/A3RabvAr7aqx79lIR4Gq6IOIu 4v7g== 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=E8nZXKL7PDQlG0ThvrJItGbxiz6sMVvup7l3GwCYXTI=; b=gQ8sxzb5b3d5TZIXGINjco2UT3k56Mj0XsIkx3Phe7ka1wYDG++XRlJxTDK0D8PLT5 knp5lHwIMtazxAoB75RtdJ6A5MhNNiJRfeotfstG/Tzz1+pGWdQ2pRf+y8A5/+sn7wvE QCu35yLVj4LYBUPKtoIe6AX3tAgObQKs4XN41OSOKmYR2YmaUS3ck5ANjtDOUNnEX8As FnxV8h81n5iRCT2cWO4Rm+E9QX8CzUQFjQnwAB5P+RI2HOeefi4Jnxlx0FcTAti7Fe1o c2RoVnJhb9QC2u1SKlecZFLL79qySbt2Z4eAH5kkwLFAipwYa4zFOXy5BlKlN2W9J6pF 8T/A== X-Gm-Message-State: APjAAAUNWTT5laQ297og6PNhG6rE/h44tunP71lACn/wjMRbOldKG+yc zDgJrmevYVG/sD3CTFTgV+cv8T53+OlF8ekrPsE= X-Google-Smtp-Source: APXvYqzwPLGK3BcfC13dIXACa98yZPTobF4on/7akH7B9rt9FhsWxDDGoPh2F2y9kiVgT3qT2e+Y/6ct/UjpqU+OjLo= X-Received: by 2002:a24:254c:: with SMTP id g73mr6088322itg.77.1553890608465; Fri, 29 Mar 2019 13:16:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 29 Mar 2019 17:16:37 -0300 Message-ID: To: Bob Weinand Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000bcda560585415947" Subject: Re: [PHP-DEV] [RFC] Change the precedence of the concatenation operator From: david.proweb@gmail.com (David Rodrigues) --000000000000bcda560585415947 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It makes sense to me. Can you perform some tests with big projects that uses PHPUnit, at least? It will help to identify BC. Em qui, 28 de mar de 2019 =C3=A0s 10:33, Bob Weinand escreveu: > Hey, > > I feel like concatenation having the same precedence than addition and > subtraction is promoting programmers to make mistakes. Albeit typically > easy to catch ones, it is a quality of life change at least. > > Hence I'm proposing a RFC changing the precedences: > https://wiki.php.net/rfc/concatenation_precedence > > Bob > --=20 David Rodrigues --000000000000bcda560585415947--