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