History log of /PHP-8.2/Zend/tests/string_offset_int_min_max.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# d30cd7d7 26-May-2020 Máté Kocsis

Review the usage of apostrophes in error messages

Closes GH-5590


# 557a211f 19-Dec-2019 Nikita Popov

Adjust test for notice->warning change


# 527ad1d8 19-Dec-2019 Nikita Popov

Avoid signed integer overflow in string offset check

Cast to size_t before performing operations instead of afterwards.