Skip to content

Commit 73631e5

Browse files
committed
Try to fix test
1 parent 6436ddb commit 73631e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/intl/tests/grapheme.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,7 @@ find "a%CC%8ABca%CC%8A" in "o%CC%88a%CC%8AaA%CC%8AbCa%CC%8Adef" - grapheme_strri
973973

974974
function grapheme_substr($string, $start, $length = -1) {}
975975

976-
substring of "abc" from "3" - grapheme_substr: grapheme_substr(): Argument #2 ($start) must be contained in argument #1 ($string)
977-
= 3 == false **FAILED**
976+
substring of "abc" from "3" - grapheme_substr = false == false
978977
substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = false == false
979978
substring of "aoa%CC%8Abco%CC%88O" from "2" - grapheme_substr = a%CC%8Abco%CC%88O == a%CC%8Abco%CC%88O
980979
substring of "o%CC%88a%CC%8AaA%CC%8Abc" from "2" - grapheme_substr = aA%CC%8Abc == aA%CC%8Abc

0 commit comments

Comments
 (0)