Skip to content

Commit 3d7f6f5

Browse files
committed
PHP 8.5 | UPGRADING: fix entry about new grapheme $locale parameter
php/php-src@cea52f7
1 parent 4f86bb5 commit 3d7f6f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appendices/migration85/other-changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
<function>grapheme_stripos</function>,
120120
<function>grapheme_strrpos</function>,
121121
<function>grapheme_strripos</function>,
122-
<function>grapheme_strstr</function>,
123-
<function>grapheme_stristr</function> and
124-
<function>grapheme_levenshtein</function> functions
122+
<function>grapheme_substr</function>,
123+
<function>grapheme_strstr</function> and
124+
<function>grapheme_stristr</function> functions
125125
add <parameter>$locale</parameter> parameter.
126126
<!-- RFC: https://wiki.php.net/rfc/grapheme_add_locale_for_case_insensitive -->
127127
</simpara>

0 commit comments

Comments
 (0)