Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123123 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 84EC21A009C for ; Fri, 12 Apr 2024 13:53:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712930050; bh=ua+EiIMF+MdzxMM/9V7brAU4n85jPGNlxseQVjY9/gY=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=noIjdclibqtMQ3o82YEjfjFgoigajl86JcoZ824PGqKXr9/4Xd9R66zoFRJweX4dd PhNSx8z2qkpp8XSMT3rHJIX6tyhrnzUBp18Db3d8xhvzFZLevEcGZymYb7JIgo/ody yS+OsYik0rQGjIxDnFmi7ehBcMiMTgWFN8ngBzcYnBwmpNU3K+M52DhHIvffUTgY8Z ZwdcypUueu78lK274p7nv7esf8PCutuKV6R1o4Js/fATbjTzeqnYHBSkyplvCq2eEF skmQviknkFBrRsWfCQ/P9wh6z+JLp15MUFz2RggaUBNP56nt+2KBfidocjXqfhX5E9 w5Ilv+Zj6f0zg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 835281807A8 for ; Fri, 12 Apr 2024 13:54:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 12 Apr 2024 13:54:08 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 75BB3400D4; Fri, 12 Apr 2024 22:53:31 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712930011; bh=ua+EiIMF+MdzxMM/9V7brAU4n85jPGNlxseQVjY9/gY=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=VHeJ43DHbeTBgaG0FOzj8ZHXDYKuT8AU/AfHQFQ5UavPnhm3l2Ro7rg4qR0vr5lUM jQVHT430ksgW0iUIYRl/1F+zpSWrg2NwicSEnfeUL72du9WWLPNe1ZtmoFeCv3IA7J ge+16VMisu/KWopIl1SDr+wBsvDC4pgevf1+MV9U= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] [RFC] Casing of acronyms in class and method names Date: Fri, 12 Apr 2024 22:53:18 +0900 Message-ID: <5ECDDF78-FBCB-4D81-A4CD-F64DAEE27559@sakiot.com> References: Cc: =?utf-8?Q?Tim_D=C3=BCsterhus?= , PHP internals In-Reply-To: To: "Gina P. Banyard" X-Mailer: iPhone Mail (21E236) From: saki@sakiot.com (Saki Takamachi) Hi Gina, > This isn't a BC Break in theory as class names are, for the time being, ca= se-insensitive. Strictly speaking, this can be considered a BC Break because the string retu= rned by `::class` changes. However, I'm not sure how much of an impact it will have. Regards, Saki=