Skip to content

Commit b974f75

Browse files
committed
Add more test case for locale ß and ss
1 parent 47ce590 commit b974f75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--TEST--
2+
grapheme_strpos() function locale dependency test
3+
--EXTENSIONS--
4+
intl
5+
--FILE--
6+
<?php
7+
var_dump(grapheme_strpos("ß", "ss", 0, locale: "en_US"));
8+
var_dump(grapheme_strpos("ß", "ss", 0, locale: "de_DE-u-ks-level1"));
9+
?>
10+
--EXPECT--
11+
bool(false)
12+
int(0)

0 commit comments

Comments
 (0)