Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120532 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29071 invoked from network); 6 Jun 2023 07:12:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Jun 2023 07:12:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 84F2F180546 for ; Tue, 6 Jun 2023 00:12:50 -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=-0.0 required=5.0 tests=BAYES_40,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15623 212.45.192.0/19 X-Spam-Virus: No X-Envelope-From: Received: from mail.gna.ch (mail.gna.ch [212.45.196.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 6 Jun 2023 00:12:49 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 64DEB3A1D9B for ; Tue, 6 Jun 2023 09:12:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.gna.ch ([127.0.0.1]) by localhost (darkcity.gna.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y11ORjpdO5qb for ; Tue, 6 Jun 2023 09:12:47 +0200 (CEST) Received: from smtpclient.apple (unknown [IPv6:2a02:1210:2ea4:cf00:59eb:20a0:a967:ae53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id A44E93A1D87 for ; Tue, 6 Jun 2023 09:12:47 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Date: Tue, 6 Jun 2023 09:12:47 +0200 References: <646e0eee-b9e4-58bf-d118-3e5c7fa2ae52@gmail.com> To: PHP internals In-Reply-To: <646e0eee-b9e4-58bf-d118-3e5c7fa2ae52@gmail.com> Message-ID: X-Mailer: Apple Mail (2.3731.600.7) Subject: Re: [PHP-DEV] [RFC] [VOTE] mb_str_pad From: cschneid@cschneid.com (Christian Schneider) Am 05.06.2023 um 19:59 schrieb Niels Dossche : > I'm opening the vote now on my proposal to include mb_str_pad() into = PHP 8.3. > RFC link: https://wiki.php.net/rfc/mb_str_pad I voted "No" because I think it should be grapheme_str_pad instead and = I'd like to avoid having both the mb_ and grapheme_ versions which = unnecessarily confuses users. I guess I should have spoken up before but I couldn't think of a use = case for padding characters instead of graphemes. Or am I missing = something? - Chris