As suggested on php-dev, array_fill() is probably a better name for this

function.
This commit is contained in:
Rasmus Lerdorf 2001-10-23 18:46:35 +00:00
parent 991e30668f
commit 72fc6bc4b1
4 changed files with 5 additions and 5 deletions

View file

@ -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)