History log of /PHP-8.2/ext/mbstring/tests/mb_strstr_empty_needle.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# a06d015e 14-Jun-2021 Nikita Popov

Remove unnecessary mbstring skipifs

These functions are always available (if the extension is available
at all).


# 39131219 11-Jun-2021 Nikita Popov

Migrate more SKIPIF -> EXTENSIONS (#7139)

This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.


# 483efc7e 07-Dec-2019 George Peter Banyard

Allow empty needles in mb_strpos and mb_strstr function family.

MBstring analogous implementation to 6d578482a933be7597b686b59a935b316161d251

Closes GH-4977