diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-10-23 18:46:35 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-10-23 18:46:35 +0000 |
commit | 72fc6bc4b154b5887deb04a627dbe8f85b152c92 (patch) | |
tree | 4a36073927354810b208e602be41e12e85b12e4d /ext/standard/php_array.h | |
parent | 991e30668f78696c8e47ab808996c26fef7c7402 (diff) | |
download | php-git-72fc6bc4b154b5887deb04a627dbe8f85b152c92.tar.gz |
As suggested on php-dev, array_fill() is probably a better name for this
function.
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 7598f2aaa5..880ce2c74d 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -52,7 +52,7 @@ PHP_FUNCTION(in_array); PHP_FUNCTION(array_search); PHP_FUNCTION(extract); PHP_FUNCTION(compact); -PHP_FUNCTION(array_init); +PHP_FUNCTION(array_fill); PHP_FUNCTION(range); PHP_FUNCTION(shuffle); PHP_FUNCTION(array_multisort); |