From f0927e4c19955ee27bab4cbddb71fd474bf82443 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sat, 7 Jul 2001 22:11:15 +0000 Subject: [PATCH] Updated script, fixed error in array.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50799 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index 1010a82ab2..5f0f0e8b5c 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -879,7 +879,7 @@ $result = array_pad ($input, 2, "noop"); the array, shortening the array by one element. If array is empty (or is not an array), - &null; will be returned. + &null; will be returned. @@ -1136,7 +1136,7 @@ $d = array_reduce($x, "rsum", 1); array by one element and moving everything down. If array is empty (or is not an array), - &null; will be returned. + &null; will be returned.