History log of /PHP-8.2/Zend/tests/class_uses_static.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# d2110e98 13-Jan-2020 Nikita Popov

Use helper in one more place


# 5d869df7 13-Jan-2020 Nikita Popov

Make class name references use the class_name production

Throw a compile error for "static" references instead, where it
isn't already the case.

Also extract the code that does

Make class name references use the class_name production

Throw a compile error for "static" references instead, where it
isn't already the case.

Also extract the code that does that -- we have quite a few places
where we get a const class ref and require it to be default.

show more ...