[PHP-DEV] Introduce ReflectionConstant

Hi everyone

We recently received a feature request to allow reflection of global
constants, primarily to check whether they are deprecated.

I created a simple PR to introduce a minimal `ReflectionConstant` class.

If there are no objections, I'd like to merge this PR in a few days.

Ilija

1 Like