History log of /PHP-8.0/ext/intl/tests/bug81019.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 0bff67c0 17-May-2021 Nikita Popov

Fixed bug #81019

Before the zval -> zend_object migration, this code used macros
like FORMATTER_METHOD_FETCH_OBJECT_NO_CHECK, which internally
clear the error. Now that they are no l

Fixed bug #81019

Before the zval -> zend_object migration, this code used macros
like FORMATTER_METHOD_FETCH_OBJECT_NO_CHECK, which internally
clear the error. Now that they are no longer used, we need to
manually clear the error.

show more ...