mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFH: MFH: Make key() and current() take argument by value.
This commit is contained in:
parent
d3f03cc468
commit
c221e148d7
1 changed files with 2 additions and 2 deletions
|
@ -756,8 +756,8 @@ function_entry basic_functions[] = {
|
||||||
PHP_FE(prev, first_arg_force_ref)
|
PHP_FE(prev, first_arg_force_ref)
|
||||||
PHP_FE(next, first_arg_force_ref)
|
PHP_FE(next, first_arg_force_ref)
|
||||||
PHP_FE(reset, first_arg_force_ref)
|
PHP_FE(reset, first_arg_force_ref)
|
||||||
PHP_FE(current, first_arg_force_ref)
|
PHP_FE(current, NULL)
|
||||||
PHP_FE(key, first_arg_force_ref)
|
PHP_FE(key, NULL)
|
||||||
PHP_FE(min, NULL)
|
PHP_FE(min, NULL)
|
||||||
PHP_FE(max, NULL)
|
PHP_FE(max, NULL)
|
||||||
PHP_FE(in_array, NULL)
|
PHP_FE(in_array, NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue