History log of /PHP-8.1/ext/mbstring/tests/mb_ereg_search_invalid_pattern.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 6600ad60 14-Jun-2021 Nikita Popov

Add some missing EXTENSIONS sections to misc tests


# 6ccd6757 30-Jan-2020 Nikita Popov

Add SKIPIF to test requiring mbregex


# 392ad206 29-Jan-2020 Nikita Popov

Fix use of mb_ereg_search_getregs() after invalid pattern

This segfaulted because we assumed that if there are matches,
there must be a regular expression as well.