mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
As suggested on php-dev, array_fill() is probably a better name for this
function.
This commit is contained in:
parent
991e30668f
commit
72fc6bc4b1
4 changed files with 5 additions and 5 deletions
|
@ -755,7 +755,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(array_search, NULL)
|
||||
PHP_FE(extract, NULL)
|
||||
PHP_FE(compact, NULL)
|
||||
PHP_FE(array_init, NULL)
|
||||
PHP_FE(array_fill, NULL)
|
||||
PHP_FE(range, NULL)
|
||||
PHP_FE(array_multisort, NULL)
|
||||
PHP_FE(array_push, first_arg_force_ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue