From 52f736dea7e9b0ce111b3c2e36a601c7badc1bc1 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sat, 3 May 2003 21:11:33 +0000 Subject: [PATCH] implementing some user notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125596 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-fill.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-fill.xml b/reference/array/functions/array-fill.xml index ad4db71b95..422026a714 100644 --- a/reference/array/functions/array-fill.xml +++ b/reference/array/functions/array-fill.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,9 @@ array_fill fills an array with num entries of the value of the value parameter, keys starting at the - start_index parameter. + start_index parameter. Note that + num must be a number greater than zero, or PHP will throw + a warning.