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

Add some missing EXTENSIONS sections to misc tests


# 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


# 9e0e8d56 24-Jan-2020 Nikita Popov

Handle mb_str(r)ipos offset consistently as well


# 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.