mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +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.