Lines Matching refs:d

164 - strcasecmp of 'a' and '�' is => int(-%d)
165 - strcasecmp of 'a' and '�' is => int(-%d)
166 - strcasecmp of 'a' and '�' is => int(%d)
171 - strcasecmp of 'A' and '�' is => int(-%d)
172 - strcasecmp of 'A' and '�' is => int(-%d)
173 - strcasecmp of 'A' and '�' is => int(%d)
176 - strcasecmp of '�' and 'a' is => int(%d)
177 - strcasecmp of '�' and 'A' is => int(%d)
179 - strcasecmp of '�' and '�' is => int(-%d)
180 - strcasecmp of '�' and '�' is => int(%d)
183 - strcasecmp of '�' and 'a' is => int(%d)
184 - strcasecmp of '�' and 'A' is => int(%d)
185 - strcasecmp of '�' and '�' is => int(%d)
187 - strcasecmp of '�' and '�' is => int(%d)
190 - strcasecmp of '�' and 'a' is => int(-%d)
191 - strcasecmp of '�' and 'A' is => int(-%d)
192 - strcasecmp of '�' and '�' is => int(-%d)
193 - strcasecmp of '�' and '�' is => int(-%d)
213 - strcasecmp of 'acc' and 'aC' is => int(%d)
214 - strcasecmp of 'acc' and 'acCc' is => int(-%d)
215 - strcasecmp of 'acc' and 'acd' is => int(-%d)
216 - strcasecmp of 'acc' and '?acc' is => int(%d)
217 - strcasecmp of 'acc' and 'Acc!' is => int(-%d)
218 - strcasecmp of 'acc' and '$!acc' is => int(%d)
219 - strcasecmp of 'acc' and ';acc' is => int(%d)
224 - strcasecmp of 'Acc' and 'aC' is => int(%d)
225 - strcasecmp of 'Acc' and 'acCc' is => int(-%d)
226 - strcasecmp of 'Acc' and 'acd' is => int(-%d)
227 - strcasecmp of 'Acc' and '?acc' is => int(%d)
228 - strcasecmp of 'Acc' and 'Acc!' is => int(-%d)
229 - strcasecmp of 'Acc' and '$!acc' is => int(%d)
230 - strcasecmp of 'Acc' and ';acc' is => int(%d)
233 - strcasecmp of 'aC' and 'acc' is => int(-%d)
234 - strcasecmp of 'aC' and 'Acc' is => int(-%d)
236 - strcasecmp of 'aC' and 'acCc' is => int(-%d)
237 - strcasecmp of 'aC' and 'acd' is => int(-%d)
238 - strcasecmp of 'aC' and '?acc' is => int(%d)
239 - strcasecmp of 'aC' and 'Acc!' is => int(-%d)
240 - strcasecmp of 'aC' and '$!acc' is => int(%d)
241 - strcasecmp of 'aC' and ';acc' is => int(%d)
244 - strcasecmp of 'acCc' and 'acc' is => int(%d)
245 - strcasecmp of 'acCc' and 'Acc' is => int(%d)
246 - strcasecmp of 'acCc' and 'aC' is => int(%d)
248 - strcasecmp of 'acCc' and 'acd' is => int(-%d)
249 - strcasecmp of 'acCc' and '?acc' is => int(%d)
250 - strcasecmp of 'acCc' and 'Acc!' is => int(%d)
251 - strcasecmp of 'acCc' and '$!acc' is => int(%d)
252 - strcasecmp of 'acCc' and ';acc' is => int(%d)
255 - strcasecmp of 'acd' and 'acc' is => int(%d)
256 - strcasecmp of 'acd' and 'Acc' is => int(%d)
257 - strcasecmp of 'acd' and 'aC' is => int(%d)
258 - strcasecmp of 'acd' and 'acCc' is => int(%d)
260 - strcasecmp of 'acd' and '?acc' is => int(%d)
261 - strcasecmp of 'acd' and 'Acc!' is => int(%d)
262 - strcasecmp of 'acd' and '$!acc' is => int(%d)
263 - strcasecmp of 'acd' and ';acc' is => int(%d)
266 - strcasecmp of '?acc' and 'acc' is => int(-%d)
267 - strcasecmp of '?acc' and 'Acc' is => int(-%d)
268 - strcasecmp of '?acc' and 'aC' is => int(-%d)
269 - strcasecmp of '?acc' and 'acCc' is => int(-%d)
270 - strcasecmp of '?acc' and 'acd' is => int(-%d)
272 - strcasecmp of '?acc' and 'Acc!' is => int(-%d)
273 - strcasecmp of '?acc' and '$!acc' is => int(%d)
274 - strcasecmp of '?acc' and ';acc' is => int(%d)
277 - strcasecmp of 'Acc!' and 'acc' is => int(%d)
278 - strcasecmp of 'Acc!' and 'Acc' is => int(%d)
279 - strcasecmp of 'Acc!' and 'aC' is => int(%d)
280 - strcasecmp of 'Acc!' and 'acCc' is => int(-%d)
281 - strcasecmp of 'Acc!' and 'acd' is => int(-%d)
282 - strcasecmp of 'Acc!' and '?acc' is => int(%d)
284 - strcasecmp of 'Acc!' and '$!acc' is => int(%d)
285 - strcasecmp of 'Acc!' and ';acc' is => int(%d)
288 - strcasecmp of '$!acc' and 'acc' is => int(-%d)
289 - strcasecmp of '$!acc' and 'Acc' is => int(-%d)
290 - strcasecmp of '$!acc' and 'aC' is => int(-%d)
291 - strcasecmp of '$!acc' and 'acCc' is => int(-%d)
292 - strcasecmp of '$!acc' and 'acd' is => int(-%d)
293 - strcasecmp of '$!acc' and '?acc' is => int(-%d)
294 - strcasecmp of '$!acc' and 'Acc!' is => int(-%d)
296 - strcasecmp of '$!acc' and ';acc' is => int(-%d)
299 - strcasecmp of ';acc' and 'acc' is => int(-%d)
300 - strcasecmp of ';acc' and 'Acc' is => int(-%d)
301 - strcasecmp of ';acc' and 'aC' is => int(-%d)
302 - strcasecmp of ';acc' and 'acCc' is => int(-%d)
303 - strcasecmp of ';acc' and 'acd' is => int(-%d)
304 - strcasecmp of ';acc' and '?acc' is => int(-%d)
305 - strcasecmp of ';acc' and 'Acc!' is => int(-%d)
306 - strcasecmp of ';acc' and '$!acc' 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(%d)
331 - strcasecmp of '1' and '-1' is => int(%d)
332 - strcasecmp of '1' and '' is => int(%d)
333 - strcasecmp of '1' and '' is => int(%d)
334 - strcasecmp of '1' and '' is => int(%d)
337 - strcasecmp of '1' and '' is => int(%d)
338 - strcasecmp of '1' and 'string' is => int(-%d)
341 - strcasecmp of '0' and '1' is => int(-%d)
344 - strcasecmp of '0' and '-1' is => int(%d)
345 - strcasecmp of '0' and '-1' is => int(%d)
346 - strcasecmp of '0' and '' is => int(%d)
347 - strcasecmp of '0' and '' is => int(%d)
348 - strcasecmp of '0' and '' is => int(%d)
349 - strcasecmp of '0' and '1' is => int(-%d)
350 - strcasecmp of '0' and '1' is => int(-%d)
351 - strcasecmp of '0' and '' is => int(%d)
352 - strcasecmp of '0' and 'string' is => int(-%d)
355 - strcasecmp of '0' and '1' is => int(-%d)
358 - strcasecmp of '0' and '-1' is => int(%d)
359 - strcasecmp of '0' and '-1' is => int(%d)
360 - strcasecmp of '0' and '' is => int(%d)
361 - strcasecmp of '0' and '' is => int(%d)
362 - strcasecmp of '0' and '' is => int(%d)
363 - strcasecmp of '0' and '1' is => int(-%d)
364 - strcasecmp of '0' and '1' is => int(-%d)
365 - strcasecmp of '0' and '' is => int(%d)
366 - strcasecmp of '0' and 'string' is => int(-%d)
369 - strcasecmp of '-1' and '1' is => int(-%d)
370 - strcasecmp of '-1' and '0' is => int(-%d)
371 - strcasecmp of '-1' and '0' is => int(-%d)
374 - strcasecmp of '-1' and '' is => int(%d)
375 - strcasecmp of '-1' and '' is => int(%d)
376 - strcasecmp of '-1' and '' is => int(%d)
377 - strcasecmp of '-1' and '1' is => int(-%d)
378 - strcasecmp of '-1' and '1' is => int(-%d)
379 - strcasecmp of '-1' and '' is => int(%d)
380 - strcasecmp of '-1' and 'string' is => int(-%d)
383 - strcasecmp of '-1' and '1' is => int(-%d)
384 - strcasecmp of '-1' and '0' is => int(-%d)
385 - strcasecmp of '-1' and '0' is => int(-%d)
388 - strcasecmp of '-1' and '' is => int(%d)
389 - strcasecmp of '-1' and '' is => int(%d)
390 - strcasecmp of '-1' and '' is => int(%d)
391 - strcasecmp of '-1' and '1' is => int(-%d)
392 - strcasecmp of '-1' and '1' is => int(-%d)
393 - strcasecmp of '-1' and '' is => int(%d)
394 - strcasecmp of '-1' and 'string' is => int(-%d)
397 - strcasecmp of '' and '1' is => int(-%d)
398 - strcasecmp of '' and '0' is => int(-%d)
399 - strcasecmp of '' and '0' is => int(-%d)
400 - strcasecmp of '' and '-1' is => int(-%d)
401 - strcasecmp of '' and '-1' is => int(-%d)
405 - strcasecmp of '' and '1' is => int(-%d)
406 - strcasecmp of '' and '1' is => int(-%d)
408 - strcasecmp of '' and 'string' is => int(-%d)
411 - strcasecmp of '' and '1' is => int(-%d)
412 - strcasecmp of '' and '0' is => int(-%d)
413 - strcasecmp of '' and '0' is => int(-%d)
414 - strcasecmp of '' and '-1' is => int(-%d)
415 - strcasecmp of '' and '-1' is => int(-%d)
419 - strcasecmp of '' and '1' is => int(-%d)
420 - strcasecmp of '' and '1' is => int(-%d)
422 - strcasecmp of '' and 'string' is => int(-%d)
425 - strcasecmp of '' and '1' is => int(-%d)
426 - strcasecmp of '' and '0' is => int(-%d)
427 - strcasecmp of '' and '0' is => int(-%d)
428 - strcasecmp of '' and '-1' is => int(-%d)
429 - strcasecmp of '' and '-1' is => int(-%d)
433 - strcasecmp of '' and '1' is => int(-%d)
434 - strcasecmp of '' and '1' is => int(-%d)
436 - strcasecmp of '' and 'string' is => int(-%d)
440 - strcasecmp of '1' and '0' is => int(%d)
441 - strcasecmp of '1' and '0' is => int(%d)
442 - strcasecmp of '1' and '-1' is => int(%d)
443 - strcasecmp of '1' and '-1' is => int(%d)
444 - strcasecmp of '1' and '' is => int(%d)
445 - strcasecmp of '1' and '' is => int(%d)
446 - strcasecmp of '1' and '' is => int(%d)
449 - strcasecmp of '1' and '' is => int(%d)
450 - strcasecmp of '1' and 'string' is => int(-%d)
454 - strcasecmp of '1' and '0' is => int(%d)
455 - strcasecmp of '1' and '0' is => int(%d)
456 - strcasecmp of '1' and '-1' is => int(%d)
457 - strcasecmp of '1' and '-1' is => int(%d)
458 - strcasecmp of '1' and '' is => int(%d)
459 - strcasecmp of '1' and '' is => int(%d)
460 - strcasecmp of '1' and '' is => int(%d)
463 - strcasecmp of '1' and '' is => int(%d)
464 - strcasecmp of '1' and 'string' is => int(-%d)
467 - strcasecmp of '' and '1' is => int(-%d)
468 - strcasecmp of '' and '0' is => int(-%d)
469 - strcasecmp of '' and '0' is => int(-%d)
470 - strcasecmp of '' and '-1' is => int(-%d)
471 - strcasecmp of '' and '-1' is => int(-%d)
475 - strcasecmp of '' and '1' is => int(-%d)
476 - strcasecmp of '' and '1' is => int(-%d)
478 - strcasecmp of '' and 'string' is => int(-%d)
481 - strcasecmp of 'string' and '1' is => int(%d)
482 - strcasecmp of 'string' and '0' is => int(%d)
483 - strcasecmp of 'string' and '0' is => int(%d)
484 - strcasecmp of 'string' and '-1' is => int(%d)
485 - strcasecmp of 'string' and '-1' is => int(%d)
486 - strcasecmp of 'string' and '' is => int(%d)
487 - strcasecmp of 'string' and '' is => int(%d)
488 - strcasecmp of 'string' and '' is => int(%d)
489 - strcasecmp of 'string' and '1' is => int(%d)
490 - strcasecmp of 'string' and '1' is => int(%d)
491 - strcasecmp of 'string' and '' is => int(%d)
510 - strcasecmp of '10.5' and '1.5' is => int(%d)
511 - strcasecmp of '10.5' and '9.5' is => int(-%d)
512 - strcasecmp of '10.5' and '11.5' is => int(-%d)
513 - strcasecmp of '10.5' and '100.5' is => int(-%d)
514 - strcasecmp of '10.5' and '105' is => int(-%d)
515 - strcasecmp of '10.5' and '-10.5' is => int(%d)
516 - strcasecmp of '10.5' and '10' is => int(%d)
517 - strcasecmp of '10.5' and '0.5' is => int(%d)
520 - strcasecmp of '1.5' and '10.5' is => int(-%d)
522 - strcasecmp of '1.5' and '9.5' is => int(-%d)
523 - strcasecmp of '1.5' and '11.5' is => int(-%d)
524 - strcasecmp of '1.5' and '100.5' is => int(-%d)
525 - strcasecmp of '1.5' and '105' is => int(-%d)
526 - strcasecmp of '1.5' and '-10.5' is => int(%d)
527 - strcasecmp of '1.5' and '10' is => int(-%d)
528 - strcasecmp of '1.5' and '0.5' is => int(%d)
531 - strcasecmp of '9.5' and '10.5' is => int(%d)
532 - strcasecmp of '9.5' and '1.5' is => int(%d)
534 - strcasecmp of '9.5' and '11.5' is => int(%d)
535 - strcasecmp of '9.5' and '100.5' is => int(%d)
536 - strcasecmp of '9.5' and '105' is => int(%d)
537 - strcasecmp of '9.5' and '-10.5' is => int(%d)
538 - strcasecmp of '9.5' and '10' is => int(%d)
539 - strcasecmp of '9.5' and '0.5' is => int(%d)
542 - strcasecmp of '11.5' and '10.5' is => int(%d)
543 - strcasecmp of '11.5' and '1.5' is => int(%d)
544 - strcasecmp of '11.5' and '9.5' is => int(-%d)
546 - strcasecmp of '11.5' and '100.5' is => int(%d)
547 - strcasecmp of '11.5' and '105' is => int(%d)
548 - strcasecmp of '11.5' and '-10.5' is => int(%d)
549 - strcasecmp of '11.5' and '10' is => int(%d)
550 - strcasecmp of '11.5' and '0.5' is => int(%d)
553 - strcasecmp of '100.5' and '10.5' is => int(%d)
554 - strcasecmp of '100.5' and '1.5' is => int(%d)
555 - strcasecmp of '100.5' and '9.5' is => int(-%d)
556 - strcasecmp of '100.5' and '11.5' is => int(-%d)
558 - strcasecmp of '100.5' and '105' is => int(-%d)
559 - strcasecmp of '100.5' and '-10.5' is => int(%d)
560 - strcasecmp of '100.5' and '10' is => int(%d)
561 - strcasecmp of '100.5' and '0.5' is => int(%d)
564 - strcasecmp of '105' and '10.5' is => int(%d)
565 - strcasecmp of '105' and '1.5' is => int(%d)
566 - strcasecmp of '105' and '9.5' is => int(-%d)
567 - strcasecmp of '105' and '11.5' is => int(-%d)
568 - strcasecmp of '105' and '100.5' is => int(%d)
570 - strcasecmp of '105' and '-10.5' is => int(%d)
571 - strcasecmp of '105' and '10' is => int(%d)
572 - strcasecmp of '105' and '0.5' is => int(%d)
575 - strcasecmp of '-10.5' and '10.5' is => int(-%d)
576 - strcasecmp of '-10.5' and '1.5' is => int(-%d)
577 - strcasecmp of '-10.5' and '9.5' is => int(-%d)
578 - strcasecmp of '-10.5' and '11.5' is => int(-%d)
579 - strcasecmp of '-10.5' and '100.5' is => int(-%d)
580 - strcasecmp of '-10.5' and '105' is => int(-%d)
582 - strcasecmp of '-10.5' and '10' is => int(-%d)
583 - strcasecmp of '-10.5' and '0.5' is => int(-%d)
586 - strcasecmp of '10' and '10.5' is => int(-%d)
587 - strcasecmp of '10' and '1.5' is => int(%d)
588 - strcasecmp of '10' and '9.5' is => int(-%d)
589 - strcasecmp of '10' and '11.5' is => int(-%d)
590 - strcasecmp of '10' and '100.5' is => int(-%d)
591 - strcasecmp of '10' and '105' is => int(-%d)
592 - strcasecmp of '10' and '-10.5' is => int(%d)
594 - strcasecmp of '10' and '0.5' is => int(%d)
597 - strcasecmp of '0.5' and '10.5' is => int(-%d)
598 - strcasecmp of '0.5' and '1.5' is => int(-%d)
599 - strcasecmp of '0.5' and '9.5' is => int(-%d)
600 - strcasecmp of '0.5' and '11.5' is => int(-%d)
601 - strcasecmp of '0.5' and '100.5' is => int(-%d)
602 - strcasecmp of '0.5' and '105' is => int(-%d)
603 - strcasecmp of '0.5' and '-10.5' is => int(%d)
604 - strcasecmp of '0.5' and '10' is => int(-%d)
609 int(-%d)
613 Warning: strcasecmp() expects parameter 2 to be string, array given in %s on line %d
615 int(%d)
616 int(%d)
620 int(%d)
624 int(-%d)
625 int(%d)
628 int(-%d)
630 int(-%d)
633 int(-%d)
634 int(-%d)
636 Notice: Undefined variable: strS in %s on line %d
637 int(%d)
638 int(-%d)
639 int(-%d)
642 int(%d)
643 int(-%d)
646 int(%d)
647 int(%d)
648 int(%d)
652 int(-%d)
656 Warning: strcasecmp() expects exactly 2 parameters, 0 given in %s on line %d
658 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
660 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
662 Warning: strcasecmp() expects exactly 2 parameters, 3 given in %s on line %d