Skip to content

Commit 05e1df7

Browse files
committed
PHP 8.4: Raising 0 to a negative exponent is deprecated の翻訳
1 parent a48582c commit 05e1df7

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

reference/math/functions/pow.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 2b7eebaaf61adf4b14a18a046f1a6c2b61cc8e72 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 0787a61e3614306bb3c0e5241396241e2d3ae4a7 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.pow" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -58,6 +58,30 @@
5858
PHP の拡張モジュールは、この演算の振る舞いを上書きし、オブジェクトを返させても構いません。
5959
</para>
6060
</refsect1>
61+
62+
<refsect1 role="changelog">
63+
&reftitle.changelog;
64+
<informaltable>
65+
<tgroup cols="2">
66+
<thead>
67+
<row>
68+
<entry>&Version;</entry>
69+
<entry>&Description;</entry>
70+
</row>
71+
</thead>
72+
<tbody>
73+
<row>
74+
<entry>8.4.0</entry>
75+
<entry>
76+
基数が <literal>0</literal> の場合に、
77+
<parameter>exponent</parameter> を負数とするのは非推奨となりました。
78+
</entry>
79+
</row>
80+
</tbody>
81+
</tgroup>
82+
</informaltable>
83+
</refsect1>
84+
6185
<refsect1 role="examples">
6286
&reftitle.examples;
6387
<para>

0 commit comments

Comments
 (0)