History log of /PHP-8.1/ext/intl/tests/grapheme_empty.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 7af24eae 30-Sep-2020 Christian Schneider

Allow empty needle in grapheme_str*pos, grapheme_str*str

For consistency with str* and mb_str* functions.

Closes GH-6245.
Closes php/php-tasks#20.


# fd0b3990 10-Aug-2020 Máté Kocsis

Promote warnings to exceptions in ext/intl

Closes GH-5972