File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ PHP NEWS
3737 (BogdanUngureanu)
3838 . Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message
3939 suggests missing constants). (DanielEScherzer)
40+ . Added grapheme_strrev (Yuya Hamada)
4041
4142- JSON:
4243 . Enriched JSON last error / exception message with error location.
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ PHP 8.6 UPGRADE NOTES
118118- Reflection:
119119 . ReflectionConstant::inNamespace()
120120
121+ - Intl:
122+ . `grapheme_strrev()` returns strrev for grapheme cluster unit.
123+ RFC: https://wiki.php.net/rfc/grapheme_strrev
124+
121125- Standard:
122126 . `clamp()` returns the given value if in range, else return the nearest
123127 bound.
You can’t perform that action at this time.
0 commit comments