1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

migration83/incompatible.xml: remove the extra parentheses (#3303)

This commit is contained in:
Mikhail Alferov
2024-04-07 00:11:23 +03:00
committed by GitHub
parent a6df44ac37
commit 97fb839209

View File

@@ -196,7 +196,7 @@
<parameter>$step</parameter> is a float when trying to generate a range of
characters, except if both boundary inputs are numeric strings (e.g.
<code>range('5', '9', 0.5);</code> does not produce a warning).</member>
<member><function>number_format()</function> now handles negative
<member><function>number_format</function> now handles negative
<parameter>$decimals</parameter> values by rounding
<parameter>$num</parameter> to <code>abs($decimals)</code> digits before the
decimal point. Previously, negative <parameter>$decimals</parameter> values