History log of /PHP-7.3/ext/mbstring/tests/mb_ereg_search_invalid_pattern.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 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.