mirror of
https://github.com/php/php-src.git
synced 2026-03-30 04:02:19 +02:00
When we need to evaluate constant ASTs, we always have to do that in the scope where the constant has been defined, which may be a parent of the `ReflectionClass`'s scope. Closes GH-8106.