reference/mbstring/functions/mb-ereg-replace-callback.xml
14c33cf174c921e21b82a0ed262268c087137bdb
...
...
@@ -49,7 +49,7 @@
49
49
<listitem>
50
50
<para>
51
51
A callback that will be called and passed an array of matched elements
52
-
in the <parameter>subject</parameter> string. The callback should
52
+
in the <parameter>string</parameter> string. The callback should
53
53
return the replacement string.
54
54
</para>
55
55
<para>
...
...
@@ -94,12 +94,6 @@
94
94
</para>
95
95
</refsect1>
96
96

97
-
<refsect1 role="notes">
98
-
&reftitle.notes;
99
-
100
-
&note.mbstring.encoding.internal;
101
-
</refsect1>
102
-

103
97
<refsect1 role="changelog">
104
98
&reftitle.changelog;
105
99
<para>
...
...
@@ -170,8 +164,7 @@ Last christmas was 12/24/2002
170
164
</para>
171
165
<para>
172
166
<example>
173
-
<title><function>mb_ereg_replace_callback</function> using anonymous function
174
-
supported in PHP 5.3.0 or later</title>
167
+
<title><function>mb_ereg_replace_callback</function> using anonymous function</title>
175
168
<programlisting role="php">
176
169
<![CDATA[
177
170
<?php
...
...
@@ -193,6 +186,12 @@ echo mb_ereg_replace_callback(
193
186
</para>
194
187
</refsect1>
195
188

189
+
<refsect1 role="notes">
190
+
&reftitle.notes;
191
+

192
+
&note.mbstring.encoding.internal;
193
+
</refsect1>
194
+

196
195
<refsect1 role="seealso">
197
196
&reftitle.seealso;
198
197
<para>
199
198