reference/mbstring/overloading.xml
669c19f74eba53dc8437027380ecc6a6a59ab0bf
...
...
@@ -5,6 +5,10 @@
5
5
<title>
6
6
Function Overloading Feature
7
7
</title>
8
+

9
+
<para>
10
+
&warn.deprecated.feature-7-2-0.removed-8-0-0;
11
+
</para>
8
12
<para>
9
13
You might often find it difficult to get an existing PHP application
10
14
to work in a given multibyte environment. This happens because most
...
...
@@ -107,31 +111,6 @@
107
111
<entry><function>substr_count</function></entry>
108
112
<entry><function>mb_substr_count</function></entry>
109
113
</row>
110
-
<row>
111
-
<entry>4</entry>
112
-
<entry><function>ereg</function></entry>
113
-
<entry><function>mb_ereg</function></entry>
114
-
</row>
115
-
<row>
116
-
<entry>4</entry>
117
-
<entry><function>eregi</function></entry>
118
-
<entry><function>mb_eregi</function></entry>
119
-
</row>
120
-
<row>
121
-
<entry>4</entry>
122
-
<entry><function>ereg_replace</function></entry>
123
-
<entry><function>mb_ereg_replace</function></entry>
124
-
</row>
125
-
<row>
126
-
<entry>4</entry>
127
-
<entry><function>eregi_replace</function></entry>
128
-
<entry><function>mb_eregi_replace</function></entry>
129
-
</row>
130
-
<row>
131
-
<entry>4</entry>
132
-
<entry><function>split</function></entry>
133
-
<entry><function>mb_split</function></entry>
134
-
</row>
135
114
</tbody>
136
115
</tgroup>
137
116
</table>
138
117