@@ -93,52 +93,82 @@ fclose($fp);
9393
9494setlocale (LC_CTYPE , $ orig );
9595?>
96- --EXPECT --
96+ --EXPECTF --
9797*** Testing ctype_alnum() : usage variations ***
9898
9999-- Iteration 1 --
100+
101+ Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s on line %d
100102bool(false)
101103
102104-- Iteration 2 --
105+
106+ Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s on line %d
103107bool(false)
104108
105109-- Iteration 3 --
110+
111+ Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s on line %d
106112bool(true)
107113
108114-- Iteration 4 --
115+
116+ Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s on line %d
109117bool(false)
110118
111119-- Iteration 5 --
120+
121+ Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s on line %d
112122bool(false)
113123
114124-- Iteration 6 --
125+
126+ Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s on line %d
115127bool(false)
116128
117129-- Iteration 7 --
130+
131+ Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s on line %d
118132bool(false)
119133
120134-- Iteration 8 --
135+
136+ Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s on line %d
121137bool(false)
122138
123139-- Iteration 9 --
140+
141+ Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s on line %d
124142bool(false)
125143
126144-- Iteration 10 --
145+
146+ Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s on line %d
127147bool(false)
128148
129149-- Iteration 11 --
150+
151+ Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s on line %d
130152bool(false)
131153
132154-- Iteration 12 --
155+
156+ Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in %s on line %d
133157bool(false)
134158
135159-- Iteration 13 --
160+
161+ Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in %s on line %d
136162bool(false)
137163
138164-- Iteration 14 --
165+
166+ Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in %s on line %d
139167bool(false)
140168
141169-- Iteration 15 --
170+
171+ Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in %s on line %d
142172bool(false)
143173
144174-- Iteration 16 --
@@ -148,6 +178,8 @@ bool(false)
148178bool(false)
149179
150180-- Iteration 18 --
181+
182+ Deprecated: ctype_alnum(): Argument of type array will be interpreted as string in the future in %s on line %d
151183bool(false)
152184
153185-- Iteration 19 --
@@ -160,13 +192,21 @@ bool(true)
160192bool(true)
161193
162194-- Iteration 22 --
195+
196+ Deprecated: ctype_alnum(): Argument of type classA will be interpreted as string in the future in %s on line %d
163197bool(false)
164198
165199-- Iteration 23 --
200+
201+ Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s on line %d
166202bool(false)
167203
168204-- Iteration 24 --
205+
206+ Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s on line %d
169207bool(false)
170208
171209-- Iteration 25 --
210+
211+ Deprecated: ctype_alnum(): Argument of type resource will be interpreted as string in the future in %s on line %d
172212bool(false)
0 commit comments