reference/funchand/functions/get-defined-functions.xml
c44475e1fafcbee203ed4935a6d5d7a01379fcdc
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>array</type><methodname>get_defined_functions</methodname>
13
-
<methodparam choice="opt"><type>bool</type><parameter>exclude_disabled</parameter><initializer>&false;</initializer></methodparam>
13
+
<methodparam choice="opt"><type>bool</type><parameter>exclude_disabled</parameter><initializer>&true;</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Gets an array of all defined functions.
...
...
@@ -54,7 +54,14 @@
54
54
</thead>
55
55
<tbody>
56
56
<row>
57
-
<entry>PHP 7.0.15, PHP 7.1.1</entry>
57
+
<entry>8.0.0</entry>
58
+
<entry>
59
+
The default value of the <parameter>exclude_disabled</parameter> parameter
60
+
has been changed from &false; to &true;.
61
+
</entry>
62
+
</row>
63
+
<row>
64
+
<entry>7.0.15, 7.1.1</entry>
58
65
<entry>
59
66
The <parameter>exclude_disabled</parameter> parameter has been added.
60
67
</entry>
...
...
@@ -127,7 +134,6 @@ Array
127
134
</refsect1>
128
135

129
136
</refentry>
130
-

131
137
<!-- Keep this comment at the end of the file
132
138
Local variables:
133
139
mode: sgml
134
140