@@ -113,61 +113,61 @@ fclose($res);
113113*** Testing class_implements() : variation ***
114114
115115--int 0--
116- class_implements(): Argument #1 ($what ) must be of type object|string, int given
116+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, int given
117117
118118--int 1--
119- class_implements(): Argument #1 ($what ) must be of type object|string, int given
119+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, int given
120120
121121--int 12345--
122- class_implements(): Argument #1 ($what ) must be of type object|string, int given
122+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, int given
123123
124124--int -12345--
125- class_implements(): Argument #1 ($what ) must be of type object|string, int given
125+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, int given
126126
127127--float 10.5--
128- class_implements(): Argument #1 ($what ) must be of type object|string, float given
128+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, float given
129129
130130--float -10.5--
131- class_implements(): Argument #1 ($what ) must be of type object|string, float given
131+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, float given
132132
133133--float 12.3456789000e10--
134- class_implements(): Argument #1 ($what ) must be of type object|string, float given
134+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, float given
135135
136136--float -12.3456789000e10--
137- class_implements(): Argument #1 ($what ) must be of type object|string, float given
137+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, float given
138138
139139--float .5--
140- class_implements(): Argument #1 ($what ) must be of type object|string, float given
140+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, float given
141141
142142--empty array--
143- class_implements(): Argument #1 ($what ) must be of type object|string, array given
143+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, array given
144144
145145--int indexed array--
146- class_implements(): Argument #1 ($what ) must be of type object|string, array given
146+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, array given
147147
148148--associative array--
149- class_implements(): Argument #1 ($what ) must be of type object|string, array given
149+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, array given
150150
151151--nested arrays--
152- class_implements(): Argument #1 ($what ) must be of type object|string, array given
152+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, array given
153153
154154--uppercase NULL--
155- class_implements(): Argument #1 ($what ) must be of type object|string, null given
155+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, null given
156156
157157--lowercase null--
158- class_implements(): Argument #1 ($what ) must be of type object|string, null given
158+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, null given
159159
160160--lowercase true--
161- class_implements(): Argument #1 ($what ) must be of type object|string, bool given
161+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, bool given
162162
163163--lowercase false--
164- class_implements(): Argument #1 ($what ) must be of type object|string, bool given
164+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, bool given
165165
166166--uppercase TRUE--
167- class_implements(): Argument #1 ($what ) must be of type object|string, bool given
167+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, bool given
168168
169169--uppercase FALSE--
170- class_implements(): Argument #1 ($what ) must be of type object|string, bool given
170+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, bool given
171171
172172--empty string DQ--
173173Error: 2 - class_implements(): Class does not exist and could not be loaded, %s(%d)
@@ -188,10 +188,10 @@ array(0) {
188188}
189189
190190--undefined var--
191- class_implements(): Argument #1 ($what ) must be of type object|string, null given
191+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, null given
192192
193193--unset var--
194- class_implements(): Argument #1 ($what ) must be of type object|string, null given
194+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, null given
195195
196196--resource--
197- class_implements(): Argument #1 ($what ) must be of type object|string, resource given
197+ class_implements(): Argument #1 ($object_or_class ) must be of type object|string, resource given
0 commit comments