mirror of
https://github.com/php/php-src.git
synced 2026-04-08 08:33:06 +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.