Skip to content

Commit

Permalink
Update round.xml to En
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Dec 19, 2024
1 parent c114256 commit b5769cd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion reference/math/functions/round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 6406cc6c50f8f66f7d55f550dc1ec2759e2eca0f Maintainer: shein Status: ready -->
<!-- EN-Revision: f721489eaeb79ff096971fe5a5b101c2ebab8eeb Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.round" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -135,6 +135,15 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
При недопустимом режиме <parameter>mode</parameter> функция
выбрасывает ошибку <exceptionname>ValueError</exceptionname>.
До PHP 8.4.0 для недопустимого режима без предупреждения устанавливалось значение <constant>PHP_ROUND_HALF_UP</constant>.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -146,6 +155,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Функция теперь выбрасывает ошибку <exceptionname>ValueError</exceptionname>,
если в параметр <parameter>mode</parameter> передали недопустимый режим округления.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down

0 comments on commit b5769cd

Please sign in to comment.