reference/spl/functions/spl-autoload-functions.xml
0181b7f92742a930b7813bbb839fe4b014ea141b
...
...
@@ -25,11 +25,34 @@
25
25
&reftitle.returnvalues;
26
26
<para>
27
27
An <type>array</type> of all registered __autoload functions.
28
-
If the autoload queue is not activated then the return value is &false;.
29
-
If no function is registered the return value will be an empty array.
28
+
If no function is registered, or the autoload queue is not activated,
29
+
then the return value will be an empty array.
30
30
</para>
31
31
</refsect1>
32
32

33
+
<refsect1 role="changelog">
34
+
&reftitle.changelog;
35
+
<informaltable>
36
+
<tgroup cols="2">
37
+
<thead>
38
+
<row>
39
+
<entry>&Version;</entry>
40
+
<entry>&Description;</entry>
41
+
</row>
42
+
</thead>
43
+
<tbody>
44
+
<row>
45
+
<entry>8.0.0</entry>
46
+
<entry>
47
+
Return value was updated to always be an &array;; previously this function returned
48
+
&false; if the autoload queue wasn't activated.
49
+
</entry>
50
+
</row>
51
+
</tbody>
52
+
</tgroup>
53
+
</informaltable>
54
+
</refsect1>
55
+

33
56
</refentry>
34
57

35
58
<!-- Keep this comment at the end of the file
36
59