@@ -440,13 +440,13 @@ function grapheme_strpos(string $haystack, string $needle, int $offset = 0, stri
440440
441441function grapheme_stripos (string $ haystack , string $ needle , int $ offset = 0 , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): int |false {}
442442
443- function grapheme_strrpos (string $ haystack , string $ needle , int $ offset = 0 , int $ strength = UCOL_DEFAULT_STRENGTH ): int |false {}
443+ function grapheme_strrpos (string $ haystack , string $ needle , int $ offset = 0 , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): int |false {}
444444
445445function grapheme_strripos (string $ haystack , string $ needle , int $ offset = 0 , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): int |false {}
446446
447- function grapheme_substr (string $ string , int $ offset , ?int $ length = null , int $ strength = UCOL_DEFAULT_STRENGTH ): string |false {}
447+ function grapheme_substr (string $ string , int $ offset , ?int $ length = null , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): string |false {}
448448
449- function grapheme_strstr (string $ haystack , string $ needle , bool $ beforeNeedle = false , int $ strength = UCOL_DEFAULT_STRENGTH ): string |false {}
449+ function grapheme_strstr (string $ haystack , string $ needle , bool $ beforeNeedle = false , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): string |false {}
450450
451451function grapheme_stristr (string $ haystack , string $ needle , bool $ beforeNeedle = false , string $ locale = "" , int $ strength = UCOL_DEFAULT_STRENGTH ): string |false {}
452452
0 commit comments