From 7fac11363b7f3af7ce9c4df18fac0c212c34afe6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 15 Apr 2005 08:30:45 +0000 Subject: [PATCH] pad_size limit (bug #32713) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184381 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-pad.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/array-pad.xml b/reference/array/functions/array-pad.xml index 972b7af036..863b769773 100644 --- a/reference/array/functions/array-pad.xml +++ b/reference/array/functions/array-pad.xml @@ -1,5 +1,5 @@ - + @@ -26,6 +26,7 @@ absolute value of pad_size is less than or equal to the length of the input then no padding takes place. + It is possible to add most 1048576 elements at a time.