reference/mbstring/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -7,40 +7,40 @@
7
7
<varlistentry xml:id="constant.mb-overload-mail">
8
8
<term>
9
9
<constant>MB_OVERLOAD_MAIL</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
14
-
14
+
Removed as of PHP 8.0.0.
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
18
<varlistentry xml:id="constant.mb-overload-string">
19
19
<term>
20
20
<constant>MB_OVERLOAD_STRING</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
25
-
25
+
Removed as of PHP 8.0.0.
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
29
<varlistentry xml:id="constant.mb-overload-regex">
30
30
<term>
31
31
<constant>MB_OVERLOAD_REGEX</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
36
-
36
+
Removed as of PHP 8.0.0.
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
40
<varlistentry xml:id="constant.mb-case-upper">
41
41
<term>
42
42
<constant>MB_CASE_UPPER</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -53,7 +53,7 @@
53
53
<varlistentry xml:id="constant.mb-case-lower">
54
54
<term>
55
55
<constant>MB_CASE_LOWER</constant>
56
-
(<type>integer</type>)
56
+
(<type>int</type>)
57
57
</term>
58
58
<listitem>
59
59
<simpara>
...
...
@@ -66,7 +66,7 @@
66
66
<varlistentry xml:id="constant.mb-case-title">
67
67
<term>
68
68
<constant>MB_CASE_TITLE</constant>
69
-
(<type>integer</type>)
69
+
(<type>int</type>)
70
70
</term>
71
71
<listitem>
72
72
<simpara>
...
...
@@ -80,7 +80,7 @@
80
80
<varlistentry xml:id="constant.mb-case-fold">
81
81
<term>
82
82
<constant>MB_CASE_FOLD</constant>
83
-
(<type>integer</type>)
83
+
(<type>int</type>)
84
84
</term>
85
85
<listitem>
86
86
<simpara>
...
...
@@ -95,7 +95,7 @@
95
95
<varlistentry xml:id="constant.mb-case-lower-simple">
96
96
<term>
97
97
<constant>MB_CASE_LOWER_SIMPLE</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
...
...
@@ -108,7 +108,7 @@
108
108
<varlistentry xml:id="constant.mb-case-upper-simple">
109
109
<term>
110
110
<constant>MB_CASE_UPPER_SIMPLE</constant>
111
-
(<type>integer</type>)
111
+
(<type>int</type>)
112
112
</term>
113
113
<listitem>
114
114
<simpara>
...
...
@@ -121,7 +121,7 @@
121
121
<varlistentry xml:id="constant.mb-case-title-simple">
122
122
<term>
123
123
<constant>MB_CASE_TITLE_SIMPLE</constant>
124
-
(<type>integer</type>)
124
+
(<type>int</type>)
125
125
</term>
126
126
<listitem>
127
127
<simpara>
...
...
@@ -134,7 +134,7 @@
134
134
<varlistentry xml:id="constant.mb-case-fold-simple">
135
135
<term>
136
136
<constant>MB_CASE_FOLD_SIMPLE</constant>
137
-
(<type>integer</type>)
137
+
(<type>int</type>)
138
138
</term>
139
139
<listitem>
140
140
<simpara>
...
...
@@ -161,7 +161,6 @@
161
161
</varlistentry>
162
162
</variablelist>
163
163
</appendix>
164
-

165
164
<!-- Keep this comment at the end of the file
166
165
Local variables:
167
166
mode: sgml
168
167