reference/array/functions/array-reduce.xml
31cacb6f262f455c616094cfe6d09bc0d1df2748
...
...
@@ -85,29 +85,24 @@
85
85
<function>array_reduce</function> returns &null;.
86
86
</para>
87
87
</refsect1>
88
+

88
89
<refsect1 role="changelog">
89
90
&reftitle.changelog;
90
-
<para>
91
-
<informaltable>
92
-
<tgroup cols="2">
93
-
<thead>
94
-
<row>
95
-
<entry>&Version;</entry>
96
-
<entry>&Description;</entry>
97
-
</row>
98
-
</thead>
99
-
<tbody>
100
-
<row>
101
-
<entry>5.3.0</entry>
102
-
<entry>
103
-
Changed <parameter>initial</parameter> to allow <type>mixed</type>, previously <type>integer</type>.
104
-
</entry>
105
-
</row>
106
-
</tbody>
107
-
</tgroup>
108
-
</informaltable>
109
-
</para>
91
+
<informaltable>
92
+
<tgroup cols="2">
93
+
<thead>
94
+
<row>
95
+
<entry>&Version;</entry>
96
+
<entry>&Description;</entry>
97
+
</row>
98
+
</thead>
99
+
<tbody>
100
+
&array.changelog.by-ref;
101
+
</tbody>
102
+
</tgroup>
103
+
</informaltable>
110
104
</refsect1>
105
+

111
106
<refsect1 role="examples">
112
107
&reftitle.examples;
113
108
<para>
114
109