History log of /PHP-8.2/ext/mbstring/tests/mb_convert_case_various_mode.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# a9035863 09-Jan-2023 Alex Dowad

Implement conditional casing for Greek letter sigma when title-casing text


# 7eef2fb4 21-Sep-2022 Alex Dowad

Use fast text conversion filters for mb_convert_case, mb_strtoupper, mb_strtolower

Speed increase is only about 50% for title casing, but 2-3x for other
forms of case conversion.


# 4083600b 11-Jun-2021 Nikita Popov

Port mbstring to use EXTENSIONS


# e950ca13 20-Sep-2020 Máté Kocsis

Consolidate the usage of "either" and "one of" in error messages

Closes GH-6173


# 1b6f61e7 05-Apr-2020 George Peter Banyard

Promote invalid case mode to ValueError in mb_case_converter

Add assertions to check the return value is not NULL as this indicates a bug.
Add identical assertion to mb_strtoupper and mb

Promote invalid case mode to ValueError in mb_case_converter

Add assertions to check the return value is not NULL as this indicates a bug.
Add identical assertion to mb_strtoupper and mb_strtolower.
This means these functions can't return false anymore, ammend stubs accordingly.

show more ...