History log of /PHP-8.2/ext/reflection/tests/internal_property_union_type.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 68ca3879 15-Nov-2021 Nikita Popov

Fix generation of property with class union type

The generated type was missing the UNION bit. Add a ZEND_TYPE_INIT_UNION
macro to hide the implementation details.