Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115139 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85850 invoked from network); 25 Jun 2021 08:50:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Jun 2021 08:50:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 307E31804E3 for ; Fri, 25 Jun 2021 02:09:43 -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-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (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 ; Fri, 25 Jun 2021 02:09:42 -0700 (PDT) Received: by mail-ed1-f42.google.com with SMTP id df12so12474546edb.2 for ; Fri, 25 Jun 2021 02:09:42 -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=YJZlniL76RpsDe0f1kaKK5/diF9LcS0zviq8r9AEGAE=; b=SNm4h268H2sIAlnk3vlG8GlhKh1AeMMSmjxOOXzuyiIdoQsvI3Mvy2FbeZvhVGyzfe gUpmHXQjrbL9EYDaZA2/96tNuvgXVcyLyISq9ezHfrODXs3CADlRJ3aZUsLgPsgXOKp4 jBhwU/AbLxDtV9GzKj4Tg6QU7geZE18QrNYds9lkGXLcycc12au3WxyM2vSAzPRUWshg GHBiKJHjx4LJA/MZHiAFEUsmbMPykOgx3HYH6wG/KnOaRgfo+zx3fueh4Q+Z4OiMyfZd 4qhAGl+S54MSawYdf2BUoFQC8WGAbuHcF1ObNK+mZ9PvaLBZzbc91JCNKe53LmG5+8wE mZeQ== 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=YJZlniL76RpsDe0f1kaKK5/diF9LcS0zviq8r9AEGAE=; b=T3Q1bgBBiFPxxV/f3H3oCOKeu6G3mOt+KoCvckHmWCuusLet0NHX9JYuM0nMFujRoy 07BxslR4uFxFufag+oN+PplYXDuQLzQw0MLY9IFo7GggRl1oiGcWYH1Ai5Fx+aqLiil+ Ch52vIJTchoflUbqSj0a1tNjckEUK+XWlf3Ot2hkHJoa7at7NVJ9CzZ35LBZ1fGIZ1nl sSmGQkl6eUcfZ6lzIQT0J5jxX7JuL/08AMBhfIycm/fjsk9S1QLQvjC4vOREH8klBzI0 NIwHrcSjUYHxabkckjCUASUMG1tmzN6Xy4MK+97orcpAUcOhFFrbHDkBhW8ldzH3hP/1 pn7w== X-Gm-Message-State: AOAM531tjz0OtIBbbYEGhlgvH2NE2KCrBxvpE+bds2NDGSuvTGUzLhpE WoOJwoQJsiYi6Fv4rW8TI7uimlry02neSUPaWPw= X-Google-Smtp-Source: ABdhPJziJM6G2qAtmmB+N0dhsYJkWD+sWoWYhiixDy9F7um7zhSt4tMn+RscPIrBTiI/e4Fs+meVtRZ8lK4lzI8l0aA= X-Received: by 2002:a05:6402:34c1:: with SMTP id w1mr6684851edc.104.1624612179176; Fri, 25 Jun 2021 02:09:39 -0700 (PDT) MIME-Version: 1.0 References: <012901d7683a$446a7ba0$cd3f72e0$@gmail.com> <2E3588E2-A218-4A23-9E23-20E486789D7D@newclarity.net> In-Reply-To: Date: Fri, 25 Jun 2021 10:09:28 +0100 Message-ID: To: Hamza Ahmad Cc: Mike Schinkel , PHP internals Content-Type: multipart/alternative; boundary="000000000000d66ead05c5937f58" Subject: Re: [PHP-DEV] Introduce str_left/right In 8.1 From: george.banyard@gmail.com ("G. P. B.") --000000000000d66ead05c5937f58 Content-Type: text/plain; charset="UTF-8" On Fri, 25 Jun 2021 at 08:26, Hamza Ahmad wrote: > To George > > > substring of the original string. And by that logic left and right are > > actually linguistically incorrect due to languages being read Right to > Left > > or Top to Bottom. > > Thanks George for pointing out an important aspect regarding the > choice of names. Will you consider a vote if there is a better name? > No. Best regards, George P. Banyard --000000000000d66ead05c5937f58--