Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108677 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 11281 invoked from network); 19 Feb 2020 18:54:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Feb 2020 18:54:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 48E861804E6 for ; Wed, 19 Feb 2020 09:10:43 -0800 (PST) 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-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) (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 ; Wed, 19 Feb 2020 09:10:42 -0800 (PST) Received: by mail-io1-f51.google.com with SMTP id d15so1389307iog.3 for ; Wed, 19 Feb 2020 09:10:42 -0800 (PST) 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=cuGwzTqdGz0qc+tJHoYrwZxOcnXjHhL1cv9OxYtlBsc=; b=SIQOxaClQz+CDMUpvacbSCB883WpdSO5uxLhihp7ojtL0vUygKYoadPAbQ7kF3Os/2 nzGOT4xptwXuuO9YOId6SU/QpALbTDXmFv1gJq/jd9beKzSB48XNA/+18Jtbt1Zvc1xa RZ9OMUr08qWxEGDYPgLkVQlz6eDFiZ+ar0KbaW7c9pVcxtHQHCWvpIrGV0yIymRLbVph +tqueOHrAO3KBBQPzB//j9hKucfpiNowcYGoa3IjmeZreaAyVpzGcMoFumNXDK1gJ8my Ydsd0NS/AZE+w2/Mv1/vKIqT+0t8Qu8qWqMASP2n6zYOzlkrvK8dle07EA1fGPwiiZjD 3/IQ== 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=cuGwzTqdGz0qc+tJHoYrwZxOcnXjHhL1cv9OxYtlBsc=; b=g7qPdQhb2JE0z3rDaGLauJNw9elueCd2PAdAufBiw1ZAoosgtue6D52omy/6F84hSf kpXEXi0/1aORj6w7PSkvhsQ/syHMFXdGqSLBCixE506D7/Vkjq43ejcN+3abQ1vOz3dM 5pNTgVzC3PH94JU2ahZSSGK4RyHg8iH5tBOpczkfToSOno0csbeaUdInnFhrXOGXKKtZ h1JcTinJAX1R1HxBiJwfhlyiVtG5le/LsODWEF3L/w4gGV5vvMFN7PCS5xOqCKqZD9pE uig4R54zwvZGLFIhI9w45R2gBa8p0F6e5oSsDqX+Qfg8PbsznZI3IMtRqcqDiWXPYwF2 BA7A== X-Gm-Message-State: APjAAAW4X+3GJjVzzBGYoICiF55espAvDCsJVRCcjGCO6oILX8j9EVhl up37nUQcEjULJx6GWXwSIQRMYow6E/f2h3WXYjxZG1o0 X-Google-Smtp-Source: APXvYqy/2yeK+yiVTN7CAzkMtj9ZvAZcctGpdfqUrW+J1MXkvDUmGo9/9wP3eaB/DFxJz9X2yKc1YuPNHhEpbw9xh08= X-Received: by 2002:a5e:8612:: with SMTP id z18mr21114808ioj.206.1582132240577; Wed, 19 Feb 2020 09:10:40 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 19 Feb 2020 17:10:29 +0000 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000002ffa4c059ef0de27" Subject: Re: [PHP-DEV] New PCRE function From: rowan.collins@gmail.com (Rowan Tommins) --0000000000002ffa4c059ef0de27 Content-Type: text/plain; charset="UTF-8" > > On Wed, Feb 19, 2020 at 4:20 PM David Rodrigues > > wrote: > > > >> Maybe you can set all this messages as lowercase? That way we can use it > >> more easily. > > On Wed, 19 Feb 2020 at 16:50, Mike Schinkel wrote: > > I am however influenced by Go which specifies that all error messages > should be lowercased for the exact reason that David suggests. > Like Nico, I'm not sure what lowercase is easier for. Can either of you expand on the reasoning / use case? Regards, -- Rowan Tommins [IMSoP] --0000000000002ffa4c059ef0de27--