We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8368a7e commit e2e8666Copy full SHA for e2e8666
appendices/migration84/other-changes.xml
@@ -454,7 +454,7 @@
454
<!-- RFC: https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum -->
455
</simpara>
456
457
- <simpara>
+ <para>
458
Four new modes have been added to the <function>round</function> function:
459
<simplelist type="inline">
460
<member><enumidentifier>RoundingMode::PositiveInfinity</enumidentifier></member>
@@ -463,7 +463,7 @@
463
<member><enumidentifier>RoundingMode::AwayFromZero</enumidentifier></member>
464
</simplelist>
465
<!-- RFC: https://wiki.php.net/rfc/new_rounding_modes_to_round_function -->
466
- </simpara>
+ </para>
467
468
<simpara>
469
The internal implementation for rounding to integers has been rewritten
0 commit comments