reference/array/functions/current.xml
0a192fcd9cc43c0007de795063b4494974058992
...
...
@@ -43,31 +43,24 @@
43
43
</para>
44
44
&return.falseproblem;
45
45
</refsect1>
46
+

46
47
<refsect1 role="changelog">
47
48
&reftitle.changelog;
48
-
<para>
49
-
<informaltable>
50
-
<tgroup cols="2">
51
-
<thead>
52
-
<row>
53
-
<entry>&Version;</entry>
54
-
<entry>&Description;</entry>
55
-
</row>
56
-
</thead>
57
-
<tbody>
58
-
<row>
59
-
<entry>7.0.0</entry>
60
-
<entry>
61
-
<parameter>array</parameter> is now always passed by value.
62
-
Prior to this version, it was passed by reference if possible,
63
-
and by value otherwise.
64
-
</entry>
65
-
</row>
66
-
</tbody>
67
-
</tgroup>
68
-
</informaltable>
69
-
</para>
49
+
<informaltable>
50
+
<tgroup cols="2">
51
+
<thead>
52
+
<row>
53
+
<entry>&Version;</entry>
54
+
<entry>&Description;</entry>
55
+
</row>
56
+
</thead>
57
+
<tbody>
58
+
&standard.changelog.calling-on-objects;
59
+
</tbody>
60
+
</tgroup>
61
+
</informaltable>
70
62
</refsect1>
63
+

71
64
<refsect1 role="examples">
72
65
&reftitle.examples;
73
66
<para>
74
67