Test: /ext/intl/tests/grapheme.phpt - Version 5.4.37    

There are 2 different diffs reported by users for this test.

Count Diff
5 (71%)
003+ "hindi" in devanagari strlen 5
004+ "ab" + "hindi" + "cde" strlen 10
003- "hindi" in devanagari strlen 3
004- "ab" + "hindi" + "cde" strlen 8
2 (29%)
003+ "hindi" in devanagari strlen 4
004+ "ab" + "hindi" + "cde" strlen 9
003- "hindi" in devanagari strlen 3
004- "ab" + "hindi" + "cde" strlen 8
055+ find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos = false == 4 **FAILED**
055- find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos = 4 == 4
070+ find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_stripos = false == 4 **FAILED**
070- find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_stripos = 4 == 4
133+ find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_strripos = false == 4 **FAILED**
133- find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_strripos = 4 == 4
148+ find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_strripos = false == 4 **FAILED**
148- find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_strripos = 4 == 4
272+ find "O%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_stristr = false == o%CC%88 **FAILED**
272- find "O%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_stristr = o%CC%88 == o%CC%88
305+ find "aBcA%CC%8A" in "ababca%CC%8A" - grapheme_stristr before flag is TRUE = false == ab **FAILED**
305- find "aBcA%CC%8A" in "ababca%CC%8A" - grapheme_stristr before flag is TRUE = ab == ab