History log of /PHP-8.1/Zend/tests/first_class_callable_assert2.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b6dcab2c 19-Jul-2021 Nikita Popov

Fix assert with attribute + first-class callable in assert

This is going to result in a compile-time error, but AST printing
is invoked first and should handle it gracefully. Handle it b

Fix assert with attribute + first-class callable in assert

This is going to result in a compile-time error, but AST printing
is invoked first and should handle it gracefully. Handle it by
falling back to more generic printing code.

Fixes oss-fuzz #36264.

show more ...