diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-05 13:06:59 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-05 15:51:36 +0200 |
commit | 0f3698173e0404d01706d77b10c6d3777eac8225 (patch) | |
tree | e956f397053fa830a446ff62cbd2344cc7f8e06d /ext/reflection/php_reflection.c | |
parent | dba6715598a94cdf10880a0dc0a1de03e8e4362d (diff) | |
download | php-git-0f3698173e0404d01706d77b10c6d3777eac8225.tar.gz |
Update PDO parameter names
Followup to previous changes:
* Use camel case, as PDO uses a camel case OO API.
* Use &$var instead of &$bind_var or &$param.
* Use $column instead of $index. We have cases (both inside PDO
and in other DB exts) where columns can also be represented as
strings, so $column is the safer generic name.
Closes GH-6272.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions