From 72fc6bc4b154b5887deb04a627dbe8f85b152c92 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 23 Oct 2001 18:46:35 +0000 Subject: As suggested on php-dev, array_fill() is probably a better name for this function. --- ext/standard/php_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_array.h') 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); -- cgit v1.2.1