Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122768 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 6B4711AD8EA for ; Wed, 27 Mar 2024 00:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711499921; bh=LKcJR2jAukYjAmFJZ7mLeglHZlDKoGzMuR5W/f18mi8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=TtcPPSZYgu24FtoKjZbQHW0zRuG7KAzsRAE524QBnq8Hq3t5AsKNIG012zCeZQaAM 5IUZ4PAbPjWVfxzzUOQYldy3jAXsXTqbwOmFjith1aCLh8D68TmphfM3vUcIjKh5Lg EU80d3m73dT7nLgMnSBbiuK8qqVA3ZI1cAP06mBYBQhMMzT5m1QQqmlA5BfFPlQTAY quyQu648LZYnNyl3gjyA2MPqXkxoSWqlFCT3zaLMX7j1R+cWxE8RwbeGMDOrMCf472 pgTQql6qXj5Jb0X4QJ2scYHvCGHe6SXtOjrSYSbnmhwcDBzyrVPlXTpu3nhh1J7osV tcnHUJUF72bHA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2D80C180645 for ; Wed, 27 Mar 2024 00:38:40 +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 ; Wed, 27 Mar 2024 00:38:38 +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 26BF0401DD; Wed, 27 Mar 2024 09:38:12 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1711499892; bh=LKcJR2jAukYjAmFJZ7mLeglHZlDKoGzMuR5W/f18mi8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=gBxbY+IBk3EXqHQTbxwucTxXY9H+lTEJqkfnAfF9tmnnKTa9QAA8vXW+5rG4vdJPj QGqbPyJoaPw925koMEzLYbIrrY8jwOjPby6seZG1NhCIsAoIRRnVCCHu3tFmvE8fFF M6/PsWlTiooqDcLnYiVYH36yd6c7L+ZnmuyMnkts= Content-Type: text/plain; charset=utf-8 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: <68CF373E-6ABF-4471-8992-813B4BA1B508@sakiot.com> Date: Wed, 27 Mar 2024 09:38:00 +0900 Cc: php internals Content-Transfer-Encoding: quoted-printable Message-ID: <0608458D-D379-4069-8E4D-7818AE539372@sakiot.com> References: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> <68CF373E-6ABF-4471-8992-813B4BA1B508@sakiot.com> To: Derick Rethans X-Mailer: Apple Mail (2.3731.700.6) From: saki@sakiot.com (Saki Takamachi) Hi Derick, I made one mistake. > In this case, `$result->scale` will be `'5'`. I added this to the RFC. It's `5`, not `'5=E2=80=99`. Regards. Saki=