Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language/predefined/exception/clone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<row>
<entry>8.1.0</entry>
<entry>
<methodname>Exception::__clone</methodname> は、
<methodname>Exception::__clone</methodname> は、
final ではなくなりました。
</entry>
</row>
Expand Down
2 changes: 1 addition & 1 deletion reference/math/functions/round.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
&reftitle.errors;
<simpara>
この関数は、無効な <parameter>mode</parameter> が指定された場合に <exceptionname>ValueError</exceptionname> をスローします。
PHP 8.4.0 より前では、エラーにはならずに <constant>PHP_ROUND_HALF_UP</constant> を使用していました。
PHP 8.4.0 より前では、エラーにはならずに <constant>PHP_ROUND_HALF_UP</constant> を使用していました。
</simpara>
</refsect1>

Expand Down