History log of /PHP-8.2/Zend/tests/invalid_const_class_name.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b3f4a310 22-Feb-2021 Nikita Popov

Don't resolve special class names

Adjust zend_resolve_class_name() to not resolve special class names.
This avoids the need to only call this function after a preliminary
check for n

Don't resolve special class names

Adjust zend_resolve_class_name() to not resolve special class names.
This avoids the need to only call this function after a preliminary
check for non-default fetch types. Doing so is somewhat fragile
when dynamic class names are involved.

Fixes oss-fuzz #31139.

show more ...