Lines Matching refs:of

10 /* creating an array of strings to be compared */
26 echo "- strcasecmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
37 /* we get "Recoverable fatal error: saying Object of class could not be converted
38 to string" by default when an object is passed instead of string.
128 - strcasecmp of 'a' and 'a' is => int(0)
129 - strcasecmp of 'a' and 'A' is => int(0)
130 - strcasecmp of 'a' and '�' is => int(-%d)
131 - strcasecmp of 'a' and '�' is => int(-%d)
132 - strcasecmp of 'a' and '%0' is => int(%d)
135 - strcasecmp of 'A' and 'a' is => int(0)
136 - strcasecmp of 'A' and 'A' is => int(0)
137 - strcasecmp of 'A' and '�' is => int(-%d)
138 - strcasecmp of 'A' and '�' is => int(-%d)
139 - strcasecmp of 'A' and '%0' is => int(%d)
142 - strcasecmp of '�' and 'a' is => int(%d)
143 - strcasecmp of '�' and 'A' is => int(%d)
144 - strcasecmp of '�' and '�' is => int(0)
145 - strcasecmp of '�' and '�' is => int(-%d)
146 - strcasecmp of '�' and '%0' is => int(%d)
149 - strcasecmp of '�' and 'a' is => int(%d)
150 - strcasecmp of '�' and 'A' is => int(%d)
151 - strcasecmp of '�' and '�' is => int(%d)
152 - strcasecmp of '�' and '�' is => int(0)
153 - strcasecmp of '�' and '%0' is => int(%d)
156 - strcasecmp of '%0' and 'a' is => int(-%d)
157 - strcasecmp of '%0' and 'A' is => int(-%d)
158 - strcasecmp of '%0' and '�' is => int(-%d)
159 - strcasecmp of '%0' and '�' is => int(-%d)
160 - strcasecmp of '%0' and '%0' is => int(0)
177 - strcasecmp of 'acc' and 'acc' is => int(0)
178 - strcasecmp of 'acc' and 'Acc' is => int(0)
179 - strcasecmp of 'acc' and 'aC' is => int(%d)
180 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
181 - strcasecmp of 'acc' and 'acd' is => int(-%d)
182 - strcasecmp of 'acc' and '?acc' is => int(%d)
183 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
184 - strcasecmp of 'acc' and '$!acc' is => int(%d)
185 - strcasecmp of 'acc' and ';acc' is => int(%d)
188 - strcasecmp of 'Acc' and 'acc' is => int(0)
189 - strcasecmp of 'Acc' and 'Acc' is => int(0)
190 - strcasecmp of 'Acc' and 'aC' is => int(%d)
191 - strcasecmp of 'Acc' and 'acCc' is => int(-%d)
192 - strcasecmp of 'Acc' and 'acd' is => int(-%d)
193 - strcasecmp of 'Acc' and '?acc' is => int(%d)
194 - strcasecmp of 'Acc' and 'Acc!' is => int(-%d)
195 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
196 - strcasecmp of 'Acc' and ';acc' is => int(%d)
199 - strcasecmp of 'aC' and 'acc' is => int(-%d)
200 - strcasecmp of 'aC' and 'Acc' is => int(-%d)
201 - strcasecmp of 'aC' and 'aC' is => int(0)
202 - strcasecmp of 'aC' and 'acCc' is => int(-%d)
203 - strcasecmp of 'aC' and 'acd' is => int(-%d)
204 - strcasecmp of 'aC' and '?acc' is => int(%d)
205 - strcasecmp of 'aC' and 'Acc!' is => int(-%d)
206 - strcasecmp of 'aC' and '$!acc' is => int(%d)
207 - strcasecmp of 'aC' and ';acc' is => int(%d)
210 - strcasecmp of 'acCc' and 'acc' is => int(%d)
211 - strcasecmp of 'acCc' and 'Acc' is => int(%d)
212 - strcasecmp of 'acCc' and 'aC' is => int(%d)
213 - strcasecmp of 'acCc' and 'acCc' is => int(0)
214 - strcasecmp of 'acCc' and 'acd' is => int(-%d)
215 - strcasecmp of 'acCc' and '?acc' is => int(%d)
216 - strcasecmp of 'acCc' and 'Acc!' is => int(%d)
217 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
218 - strcasecmp of 'acCc' and ';acc' is => int(%d)
221 - strcasecmp of 'acd' and 'acc' is => int(%d)
222 - strcasecmp of 'acd' and 'Acc' is => int(%d)
223 - strcasecmp of 'acd' and 'aC' is => int(%d)
224 - strcasecmp of 'acd' and 'acCc' is => int(%d)
225 - strcasecmp of 'acd' and 'acd' is => int(0)
226 - strcasecmp of 'acd' and '?acc' is => int(%d)
227 - strcasecmp of 'acd' and 'Acc!' is => int(%d)
228 - strcasecmp of 'acd' and '$!acc' is => int(%d)
229 - strcasecmp of 'acd' and ';acc' is => int(%d)
232 - strcasecmp of '?acc' and 'acc' is => int(-%d)
233 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
234 - strcasecmp of '?acc' and 'aC' is => int(-%d)
235 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
236 - strcasecmp of '?acc' and 'acd' is => int(-%d)
237 - strcasecmp of '?acc' and '?acc' is => int(0)
238 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
239 - strcasecmp of '?acc' and '$!acc' is => int(%d)
240 - strcasecmp of '?acc' and ';acc' is => int(%d)
243 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
244 - strcasecmp of 'Acc!' and 'Acc' is => int(%d)
245 - strcasecmp of 'Acc!' and 'aC' is => int(%d)
246 - strcasecmp of 'Acc!' and 'acCc' is => int(-%d)
247 - strcasecmp of 'Acc!' and 'acd' is => int(-%d)
248 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
249 - strcasecmp of 'Acc!' and 'Acc!' is => int(0)
250 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
251 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
254 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
255 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
256 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
257 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
258 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
259 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
260 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
261 - strcasecmp of '$!acc' and '$!acc' is => int(0)
262 - strcasecmp of '$!acc' and ';acc' is => int(-%d)
265 - strcasecmp of ';acc' and 'acc' is => int(-%d)
266 - strcasecmp of ';acc' and 'Acc' is => int(-%d)
267 - strcasecmp of ';acc' and 'aC' is => int(-%d)
268 - strcasecmp of ';acc' and 'acCc' is => int(-%d)
269 - strcasecmp of ';acc' and 'acd' is => int(-%d)
270 - strcasecmp of ';acc' and '?acc' is => int(-%d)
271 - strcasecmp of ';acc' and 'Acc!' is => int(-%d)
272 - strcasecmp of ';acc' and '$!acc' is => int(%d)
273 - strcasecmp of ';acc' and ';acc' is => int(0)
291 - strcasecmp of '1' and '1' is => int(0)
292 - strcasecmp of '1' and '0' is => int(%d)
293 - strcasecmp of '1' and '0' is => int(%d)
294 - strcasecmp of '1' and '-1' is => int(%d)
295 - strcasecmp of '1' and '-1' is => int(%d)
296 - strcasecmp of '1' and '' is => int(%d)
297 - strcasecmp of '1' and '1' is => int(0)
298 - strcasecmp of '1' and '1' is => int(0)
299 - strcasecmp of '1' and '' is => int(%d)
300 - strcasecmp of '1' and 'string' is => int(-%d)
303 - strcasecmp of '0' and '1' is => int(-%d)
304 - strcasecmp of '0' and '0' is => int(0)
305 - strcasecmp of '0' and '0' is => int(0)
306 - strcasecmp of '0' and '-1' is => int(%d)
307 - strcasecmp of '0' and '-1' is => int(%d)
308 - strcasecmp of '0' and '' is => int(%d)
309 - strcasecmp of '0' and '1' is => int(-%d)
310 - strcasecmp of '0' and '1' is => int(-%d)
311 - strcasecmp of '0' and '' is => int(%d)
312 - strcasecmp of '0' and 'string' is => int(-%d)
315 - strcasecmp of '0' and '1' is => int(-%d)
316 - strcasecmp of '0' and '0' is => int(0)
317 - strcasecmp of '0' and '0' is => int(0)
318 - strcasecmp of '0' and '-1' is => int(%d)
319 - strcasecmp of '0' and '-1' is => int(%d)
320 - strcasecmp of '0' and '' is => int(%d)
321 - strcasecmp of '0' and '1' is => int(-%d)
322 - strcasecmp of '0' and '1' is => int(-%d)
323 - strcasecmp of '0' and '' is => int(%d)
324 - strcasecmp of '0' and 'string' is => int(-%d)
327 - strcasecmp of '-1' and '1' is => int(-%d)
328 - strcasecmp of '-1' and '0' is => int(-%d)
329 - strcasecmp of '-1' and '0' is => int(-%d)
330 - strcasecmp of '-1' and '-1' is => int(0)
331 - strcasecmp of '-1' and '-1' is => int(0)
332 - strcasecmp of '-1' and '' is => int(%d)
333 - strcasecmp of '-1' and '1' is => int(-%d)
334 - strcasecmp of '-1' and '1' is => int(-%d)
335 - strcasecmp of '-1' and '' is => int(%d)
336 - strcasecmp of '-1' and 'string' is => int(-%d)
339 - strcasecmp of '-1' and '1' is => int(-%d)
340 - strcasecmp of '-1' and '0' is => int(-%d)
341 - strcasecmp of '-1' and '0' is => int(-%d)
342 - strcasecmp of '-1' and '-1' is => int(0)
343 - strcasecmp of '-1' and '-1' is => int(0)
344 - strcasecmp of '-1' and '' is => int(%d)
345 - strcasecmp of '-1' and '1' is => int(-%d)
346 - strcasecmp of '-1' and '1' is => int(-%d)
347 - strcasecmp of '-1' and '' is => int(%d)
348 - strcasecmp of '-1' and 'string' is => int(-%d)
351 - strcasecmp of '' and '1' is => int(-%d)
352 - strcasecmp of '' and '0' is => int(-%d)
353 - strcasecmp of '' and '0' is => int(-%d)
354 - strcasecmp of '' and '-1' is => int(-%d)
355 - strcasecmp of '' and '-1' is => int(-%d)
356 - strcasecmp of '' and '' is => int(0)
357 - strcasecmp of '' and '1' is => int(-%d)
358 - strcasecmp of '' and '1' is => int(-%d)
359 - strcasecmp of '' and '' is => int(0)
360 - strcasecmp of '' and 'string' is => int(-%d)
363 - strcasecmp of '1' and '1' is => int(0)
364 - strcasecmp of '1' and '0' is => int(%d)
365 - strcasecmp of '1' and '0' is => int(%d)
366 - strcasecmp of '1' and '-1' is => int(%d)
367 - strcasecmp of '1' and '-1' is => int(%d)
368 - strcasecmp of '1' and '' is => int(%d)
369 - strcasecmp of '1' and '1' is => int(0)
370 - strcasecmp of '1' and '1' is => int(0)
371 - strcasecmp of '1' and '' is => int(%d)
372 - strcasecmp of '1' and 'string' is => int(-%d)
375 - strcasecmp of '1' and '1' is => int(0)
376 - strcasecmp of '1' and '0' is => int(%d)
377 - strcasecmp of '1' and '0' is => int(%d)
378 - strcasecmp of '1' and '-1' is => int(%d)
379 - strcasecmp of '1' and '-1' is => int(%d)
380 - strcasecmp of '1' and '' is => int(%d)
381 - strcasecmp of '1' and '1' is => int(0)
382 - strcasecmp of '1' and '1' is => int(0)
383 - strcasecmp of '1' and '' is => int(%d)
384 - strcasecmp of '1' and 'string' is => int(-%d)
387 - strcasecmp of '' and '1' is => int(-%d)
388 - strcasecmp of '' and '0' is => int(-%d)
389 - strcasecmp of '' and '0' is => int(-%d)
390 - strcasecmp of '' and '-1' is => int(-%d)
391 - strcasecmp of '' and '-1' is => int(-%d)
392 - strcasecmp of '' and '' is => int(0)
393 - strcasecmp of '' and '1' is => int(-%d)
394 - strcasecmp of '' and '1' is => int(-%d)
395 - strcasecmp of '' and '' is => int(0)
396 - strcasecmp of '' and 'string' is => int(-%d)
399 - strcasecmp of 'string' and '1' is => int(%d)
400 - strcasecmp of 'string' and '0' is => int(%d)
401 - strcasecmp of 'string' and '0' is => int(%d)
402 - strcasecmp of 'string' and '-1' is => int(%d)
403 - strcasecmp of 'string' and '-1' is => int(%d)
404 - strcasecmp of 'string' and '' is => int(%d)
405 - strcasecmp of 'string' and '1' is => int(%d)
406 - strcasecmp of 'string' and '1' is => int(%d)
407 - strcasecmp of 'string' and '' is => int(%d)
408 - strcasecmp of 'string' and 'string' is => int(0)
425 - strcasecmp of '10.5' and '10.5' is => int(0)
426 - strcasecmp of '10.5' and '1.5' is => int(%d)
427 - strcasecmp of '10.5' and '9.5' is => int(-%d)
428 - strcasecmp of '10.5' and '11.5' is => int(-%d)
429 - strcasecmp of '10.5' and '100.5' is => int(-%d)
430 - strcasecmp of '10.5' and '105' is => int(-%d)
431 - strcasecmp of '10.5' and '-10.5' is => int(%d)
432 - strcasecmp of '10.5' and '10' is => int(%d)
433 - strcasecmp of '10.5' and '0.5' is => int(%d)
436 - strcasecmp of '1.5' and '10.5' is => int(-%d)
437 - strcasecmp of '1.5' and '1.5' is => int(0)
438 - strcasecmp of '1.5' and '9.5' is => int(-%d)
439 - strcasecmp of '1.5' and '11.5' is => int(-%d)
440 - strcasecmp of '1.5' and '100.5' is => int(-%d)
441 - strcasecmp of '1.5' and '105' is => int(-%d)
442 - strcasecmp of '1.5' and '-10.5' is => int(%d)
443 - strcasecmp of '1.5' and '10' is => int(-%d)
444 - strcasecmp of '1.5' and '0.5' is => int(%d)
447 - strcasecmp of '9.5' and '10.5' is => int(%d)
448 - strcasecmp of '9.5' and '1.5' is => int(%d)
449 - strcasecmp of '9.5' and '9.5' is => int(0)
450 - strcasecmp of '9.5' and '11.5' is => int(%d)
451 - strcasecmp of '9.5' and '100.5' is => int(%d)
452 - strcasecmp of '9.5' and '105' is => int(%d)
453 - strcasecmp of '9.5' and '-10.5' is => int(%d)
454 - strcasecmp of '9.5' and '10' is => int(%d)
455 - strcasecmp of '9.5' and '0.5' is => int(%d)
458 - strcasecmp of '11.5' and '10.5' is => int(%d)
459 - strcasecmp of '11.5' and '1.5' is => int(%d)
460 - strcasecmp of '11.5' and '9.5' is => int(-%d)
461 - strcasecmp of '11.5' and '11.5' is => int(0)
462 - strcasecmp of '11.5' and '100.5' is => int(%d)
463 - strcasecmp of '11.5' and '105' is => int(%d)
464 - strcasecmp of '11.5' and '-10.5' is => int(%d)
465 - strcasecmp of '11.5' and '10' is => int(%d)
466 - strcasecmp of '11.5' and '0.5' is => int(%d)
469 - strcasecmp of '100.5' and '10.5' is => int(%d)
470 - strcasecmp of '100.5' and '1.5' is => int(%d)
471 - strcasecmp of '100.5' and '9.5' is => int(-%d)
472 - strcasecmp of '100.5' and '11.5' is => int(-%d)
473 - strcasecmp of '100.5' and '100.5' is => int(0)
474 - strcasecmp of '100.5' and '105' is => int(-%d)
475 - strcasecmp of '100.5' and '-10.5' is => int(%d)
476 - strcasecmp of '100.5' and '10' is => int(%d)
477 - strcasecmp of '100.5' and '0.5' is => int(%d)
480 - strcasecmp of '105' and '10.5' is => int(%d)
481 - strcasecmp of '105' and '1.5' is => int(%d)
482 - strcasecmp of '105' and '9.5' is => int(-%d)
483 - strcasecmp of '105' and '11.5' is => int(-%d)
484 - strcasecmp of '105' and '100.5' is => int(%d)
485 - strcasecmp of '105' and '105' is => int(0)
486 - strcasecmp of '105' and '-10.5' is => int(%d)
487 - strcasecmp of '105' and '10' is => int(%d)
488 - strcasecmp of '105' and '0.5' is => int(%d)
491 - strcasecmp of '-10.5' and '10.5' is => int(-%d)
492 - strcasecmp of '-10.5' and '1.5' is => int(-%d)
493 - strcasecmp of '-10.5' and '9.5' is => int(-%d)
494 - strcasecmp of '-10.5' and '11.5' is => int(-%d)
495 - strcasecmp of '-10.5' and '100.5' is => int(-%d)
496 - strcasecmp of '-10.5' and '105' is => int(-%d)
497 - strcasecmp of '-10.5' and '-10.5' is => int(0)
498 - strcasecmp of '-10.5' and '10' is => int(-%d)
499 - strcasecmp of '-10.5' and '0.5' is => int(-%d)
502 - strcasecmp of '10' and '10.5' is => int(-%d)
503 - strcasecmp of '10' and '1.5' is => int(%d)
504 - strcasecmp of '10' and '9.5' is => int(-%d)
505 - strcasecmp of '10' and '11.5' is => int(-%d)
506 - strcasecmp of '10' and '100.5' is => int(-%d)
507 - strcasecmp of '10' and '105' is => int(-%d)
508 - strcasecmp of '10' and '-10.5' is => int(%d)
509 - strcasecmp of '10' and '10' is => int(0)
510 - strcasecmp of '10' and '0.5' is => int(%d)
513 - strcasecmp of '0.5' and '10.5' is => int(-%d)
514 - strcasecmp of '0.5' and '1.5' is => int(-%d)
515 - strcasecmp of '0.5' and '9.5' is => int(-%d)
516 - strcasecmp of '0.5' and '11.5' is => int(-%d)
517 - strcasecmp of '0.5' and '100.5' is => int(-%d)
518 - strcasecmp of '0.5' and '105' is => int(-%d)
519 - strcasecmp of '0.5' and '-10.5' is => int(%d)
520 - strcasecmp of '0.5' and '10' is => int(-%d)
521 - strcasecmp of '0.5' and '0.5' is => int(0)