History log of /PHP-8.2/ext/mbstring/tests/bug76999.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.


# 04441585 02-Apr-2020 George Peter Banyard

Promote some warnings in MBString Regexes

Closes GH-5341


# 9e77d5a9 13-Mar-2020 Christoph M. Becker

Fix #76999: mb_regex_set_options() return current options

When setting new options, `mb_regex_set_options()` is supposed to
return the *previous* options.