mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02: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.