mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Internal constants can be marked as CONST_DEPRECATED, in which case accessing them will throw a deprecation warning. For now this is only supported on global constants, not class constants. Complain to me if you need to deprecate a class constant... Closes GH-5072.