History log of /PHP-8.2/Zend/tests/interface_with_tostring.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7e67366a 04-Nov-2021 Nikita Popov

Remove unnecessary assertion

zend_class_implements_interface works fine if the "class" is an
interface, so simply drop this assertion. This avoids the need to
special case this situa

Remove unnecessary assertion

zend_class_implements_interface works fine if the "class" is an
interface, so simply drop this assertion. This avoids the need to
special case this situation.

show more ...