Test: /ext/standard/tests/strings/strcasecmp.phpt - Version 5.3.25    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
015+ - strcasecmp of 'a' and '�' is => int(97)
016+ - strcasecmp of 'a' and '�' is => int(97)
015- - strcasecmp of 'a' and '�' is => int(-%d)
016- - strcasecmp of 'a' and '�' is => int(-%d)
022+ - strcasecmp of 'A' and '�' is => int(97)
023+ - strcasecmp of 'A' and '�' is => int(97)
022- - strcasecmp of 'A' and '�' is => int(-%d)
023- - strcasecmp of 'A' and '�' is => int(-%d)
027+ - strcasecmp of '�' and 'a' is => int(-97)
028+ - strcasecmp of '�' and 'A' is => int(-97)
027- - strcasecmp of '�' and 'a' is => int(%d)
028- - strcasecmp of '�' and 'A' is => int(%d)
030+ - strcasecmp of '�' and '�' is => int(0)
030- - strcasecmp of '�' and '�' is => int(-%d)
034+ - strcasecmp of '�' and 'a' is => int(-97)
035+ - strcasecmp of '�' and 'A' is => int(-97)
034- - strcasecmp of '�' and 'a' is => int(%d)
035- - strcasecmp of '�' and 'A' is => int(%d)
043+ - strcasecmp of '[0x0]' and '�' is => int(0)
044+ - strcasecmp of '[0x0]' and '�' is => int(0)
043- - strcasecmp of '[0x0]' and '�' is => int(-%d)
044- - strcasecmp of '[0x0]' and '�' is => int(-%d)