History log of /PHP-8.2/ext/mbstring/tests/mb_strrpos_empty_needle.phpt (Results 1 – 6 of 6)
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.


# 1f48feeb 13-Apr-2020 Máté Kocsis

Improve some TypeError and ValueError messages

Closes GH-5377


# 986da2a4 07-Jan-2020 George Peter Banyard

Convert warnings to ValueError in mb_strpos function family.

Closes GH-5109


# ce616983 24-Jan-2020 Nikita Popov

Move offset error checking into mbfl_strpos

This avoids calculating the full length only in order to validate
the offset, as mbfl_strpos needs to find the offset internally
anyway.


# 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