@@ -113,61 +113,61 @@ fclose($res);
113
113
*** Testing class_implements() : variation ***
114
114
115
115
--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
117
117
118
118
--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
120
120
121
121
--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
123
123
124
124
--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
126
126
127
127
--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
129
129
130
130
--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
132
132
133
133
--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
135
135
136
136
--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
138
138
139
139
--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
141
141
142
142
--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
144
144
145
145
--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
147
147
148
148
--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
150
150
151
151
--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
153
153
154
154
--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
156
156
157
157
--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
159
159
160
160
--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
162
162
163
163
--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
165
165
166
166
--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
168
168
169
169
--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
171
171
172
172
--empty string DQ--
173
173
Error: 2 - class_implements(): Class does not exist and could not be loaded, %s(%d)
@@ -188,10 +188,10 @@ array(0) {
188
188
}
189
189
190
190
--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
192
192
193
193
--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
195
195
196
196
--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