mirror of
https://github.com/php/php-src.git
synced 2026-04-05 15:12:39 +02:00
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.