History log of /PHP-8.2/ext/reflection/tests/bug81611.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 812df2bd 12-Nov-2021 Cameron Porter

Fix bug #81611

Add zend_fetch_class_with_scope() which accepts a scope to use for
self/parent, and use that during constant expression evaluation.

Closes GH-7649.