Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122991 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 3B6DB1A009C for ; Sat, 6 Apr 2024 03:51:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712375500; bh=/q8cJWlfWZpTGMqDzN0dK/6ye6swWVy8oyHYeDELr5o=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=GOVuR30FWlrxjpJuY9g2FZCzsRN+axWwzg90PM47CdN2N+7euBLWNA4922pAIcPOm VO5ZlV5IVjvcQ5v4+eHD/rnX0VjAXd1PYuWeesS6oySy1nVpUIBE0G6L275msq4/gs TjnhwTLOzovUdRH4jURxRaLfV6xyoiRNZmgtg0eMrBfHk6RjkV+EDgpshjxTgBUxjc piImKrfc3CwuwiTzwWXWPMNHCSmqiMXiGKKAEC1tFoTrMoIJZPdFD0ULComAMVN2r9 q+lXuPWruCGWr88kA2d0gIcekjZqzHtO6cUPZ1AiwmSiX4vthqBVORm1iaQcBKH7yd 1mvMtr2geYh6A== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8EB6118005D for ; Sat, 6 Apr 2024 03:51:39 +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 ; Sat, 6 Apr 2024 03:51:38 +0000 (UTC) Received: from smtpclient.apple (254.73.239.49.rev.vmobile.jp [49.239.73.254]) (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 8AA48401D9; Sat, 6 Apr 2024 12:51:06 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712375466; bh=/q8cJWlfWZpTGMqDzN0dK/6ye6swWVy8oyHYeDELr5o=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=GwoL84IHRcFvDQ11yOKlFR246lXUEYnCgUlq5ho6cKuVkU/pEZvLvhAPX0zcc1+6W yiiSnSuKQF1mknZIv0lwR1M5fSrgze5Sk2Lx6NAJqnER8yt9e5epS0+6gmYQ9lECu4 ofudSttIM5i7OURk7M9aPsJci7EbZPJnqXY5ctwc= 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] [Discussion] Support object type in BCMath Date: Sat, 6 Apr 2024 12:50:53 +0900 Message-ID: References: Cc: =?utf-8?Q?Tim_D=C3=BCsterhus?= , Lynn , Aleksander Machniak , php internals In-Reply-To: To: Jordan LeDoux X-Mailer: iPhone Mail (21D61) From: saki@sakiot.com (Saki Takamachi) postscript: For example, Ruby's operator overloading is not by design commutative, so in= this case it's always possible to prioritize the properties of the left ope= rand, but which can be a bit confusing.=