mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.