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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user