Skip to content

Commit 47aef0c

Browse files
committed
Note deprecated get_defined_functions argument.
php/doc-en@d155d3c
1 parent 9f1b814 commit 47aef0c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

reference/funchand/functions/get-defined-functions.xml

Lines changed: 11 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: c44475e1fafcbee203ed4935a6d5d7a01379fcdc Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: d155d3c3069c46c64814273943745b221332e12a Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<refentry xml:id="function.get-defined-functions" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -27,6 +27,7 @@
2727
<listitem>
2828
<para>
2929
無効な関数を戻り値から除外するかどうかを指定します。
30+
PHP 8.0.0 以降は、このパラメーターを使っても何も起きなくなっています。
3031
</para>
3132
</listitem>
3233
</varlistentry>
@@ -55,11 +56,20 @@
5556
</row>
5657
</thead>
5758
<tbody>
59+
<row>
60+
<entry>8.5.0</entry>
61+
<entry>
62+
<parameter>exclude_disabled</parameter> は、推奨されなくなりました。
63+
使っても効果がないためです。
64+
</entry>
65+
</row>
5866
<row>
5967
<entry>8.0.0</entry>
6068
<entry>
6169
<parameter>exclude_disabled</parameter> のデフォルト値が、
6270
&false; から &true; に変更されました。
71+
しかし、無効にされた関数はコンパイル時に関数テーブルから削除されるため、
72+
この変更によって何かが起こることはありません。
6373
</entry>
6474
</row>
6575
<row>

0 commit comments

Comments
 (0)