mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
02b803a5fd
By convention, parameter names of camel case methods should also be camel case, i.e. the name should be $fieldName rather than $field_name. However, following GH-7236, which changed $arg_index to just $index, this also changes $field_name to just $name. The fact that it is a field name is obvious from context.