[DOC-CVS] [doc-en] master: Fix BcMath\Number::round() example (#4710)

[email protected] (Anton Smirnov via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Anton Smirnov (arokettu)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-05-30T10:48:09+08:00

Commit: https://github.com/php/doc-en/commit/d80be77cef7fb4637ba6ad45905d9c2b9ffa0cb0
Raw diff: https://github.com/php/doc-en/commit/d80be77cef7fb4637ba6ad45905d9c2b9ffa0cb0.diff

Fix BcMath\Number::round() example (#4710)

Changed paths:
  M  reference/bc/bcmath/number/round.xml


Diff:

diff --git a/reference/bc/bcmath/number/round.xml b/reference/bc/bcmath/number/round.xml
index e5e1af050491..859082b23d0b 100644
--- a/reference/bc/bcmath/number/round.xml
+++ b/reference/bc/bcmath/number/round.xml
@@ -164,9 +164,9 @@ var_dump(
 <![CDATA[
 object(BcMath\Number)#2 (2) {
   ["value"]=>
-  string(6) "123.45"
+  string(7) "123.450"
   ["scale"]=>
-  int(2)
+  int(3)
 }
 object(BcMath\Number)#3 (2) {
   ["value"]=>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.