reference/strings/functions/strtok.xml
443d81b33e6537a000cc235c2a11748ba8d56232
...
...
@@ -85,6 +85,30 @@
85
85
</para>
86
86
</refsect1>
87
87

88
+
<refsect1 role="changelog">
89
+
&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>8.3.0</entry>
102
+
<entry>
103
+
Now emits <constant>E_WARNING</constant> when <parameter>token</parameter> is not provided.
104
+
</entry>
105
+
</row>
106
+
</tbody>
107
+
</tgroup>
108
+
</informaltable>
109
+
</para>
110
+
</refsect1>
111
+

88
112
<refsect1 role="examples">
89
113
&reftitle.examples;
90
114
<para>
91
115