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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
015+ - strcasecmp of 'a' and '�' is => int(97)
015- - strcasecmp of 'a' and '�' is => int(-%d)
022+ - strcasecmp of 'A' and '�' is => int(97)
022- - 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)
043+ - strcasecmp of '[0x0]' and '�' is => int(0)
043- - strcasecmp of '[0x0]' and '�' is => int(-%d)