Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122791 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 69B4F1A009C for ; Thu, 28 Mar 2024 14:07:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711634845; bh=kGcCCsdvhZnT2I/Zje3V2x2RaBr7OmDdycum1dsJERw=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=ZBKumSp0EmMMqVSyuFuP0yDOnk6jAm1yOTA4Ki1b+PdFVdJv9fCeeCeue1HAHkpmi 9b1ftXpxa4eYG8UyQUxz2DhjOqvEngC1rNNAZw5b6vMjyafeFAbt3K75UJnZiD/gUJ CNGbTkeAqRf+ou8ML6MWonRsxONT40ei41yR6BxhBubj27PB3yd+DLvsy5B/I7tfII /r2shEy6xituTmsXDCKHSRXwTJkBxm9v9Vi0YgttBxXT+edmV47S/Reav/UfGBbkDl AmqG7Z+HEZeDBuRtyHJc2rp52Yf5VHmuhFV9lTCigUZHguJTj5keTTZRlNzT9xxmZ+ bi2m12XplwhkQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 291FB1801D5 for ; Thu, 28 Mar 2024 14:07:24 +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 ; Thu, 28 Mar 2024 14:07:23 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id DD059401E7; Thu, 28 Mar 2024 23:06:55 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1711634815; bh=kGcCCsdvhZnT2I/Zje3V2x2RaBr7OmDdycum1dsJERw=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=DrmEvPQ94MDnCR8H7h8wloqxgbNOWiK4kjg27Y+vyy1+rbugI9eOv8bXRuoaUGULv 9BMmeVF7VMrjmpssCxrzyeGj5bvZRBKexowWhiYlXhp/3s9YuMyyM+i/28JpkR2lfc OR5Y3aDYMYyZ8tUklj0mjnp6vaP+R5Wi0k78npkA= Content-Type: text/plain; charset=us-ascii Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath In-Reply-To: <6932df7a-b68c-494e-8928-d45b665b69f6@alec.pl> Date: Thu, 28 Mar 2024 23:06:43 +0900 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <5913FA11-4B37-4FC5-BF05-10D31D8AA2A3@sakiot.com> References: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> <68CF373E-6ABF-4471-8992-813B4BA1B508@sakiot.com> <62e27e46-f911-5a71-6527-8bba21bf0964@php.net> <48803EBD-33BB-4433-B125-448759A81868@sakiot.com> <6932df7a-b68c-494e-8928-d45b665b69f6@alec.pl> To: Aleksander Machniak X-Mailer: Apple Mail (2.3731.700.6) From: saki@sakiot.com (Saki Takamachi) Hi Aleksander, > Enums have 'value' and 'name' properties. Although they are kinda = special. I overlooked a few things. https://www.php.net/manual/en/class.transliterator.php https://www.php.net/manual/en/class.random-randomizer.php https://www.php.net/manual/en/class.directory.php https://www.php.net/manual/en/class.tidynode.php These are classes that have properties marked with the readonly modifier = within the current master branch. (Note, however, that I have not = examined properties marked with `@readonly`) There have been precedents, but they don't seem to be that many. Regards. Saki