History log of /PHP-8.0/Zend/tests/attributes/032_attribute_validation_scope.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f06afc43 01-Dec-2020 Nikita Popov

Don't use scope when validating Attribute

This is not safe to do at this point. Even if we made it safe,
we'd see inconsistencies due to a partially compiled class.

Fixes oss-fu

Don't use scope when validating Attribute

This is not safe to do at this point. Even if we made it safe,
we'd see inconsistencies due to a partially compiled class.

Fixes oss-fuzz #28129.

show more ...