We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6436ddb commit 73631e5Copy full SHA for 73631e5
ext/intl/tests/grapheme.phpt
@@ -973,8 +973,7 @@ find "a%CC%8ABca%CC%8A" in "o%CC%88a%CC%8AaA%CC%8AbCa%CC%8Adef" - grapheme_strri
973
974
function grapheme_substr($string, $start, $length = -1) {}
975
976
-substring of "abc" from "3" - grapheme_substr: grapheme_substr(): Argument #2 ($start) must be contained in argument #1 ($string)
977
- = 3 == false **FAILED**
+substring of "abc" from "3" - grapheme_substr = false == false
978
substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = false == false
979
substring of "aoa%CC%8Abco%CC%88O" from "2" - grapheme_substr = a%CC%8Abco%CC%88O == a%CC%8Abco%CC%88O
980
substring of "o%CC%88a%CC%8AaA%CC%8Abc" from "2" - grapheme_substr = aA%CC%8Abc == aA%CC%8Abc
0 commit comments