From 607000d749a1860a283107dd5f463a88d6b98cf6 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Sat, 17 Mar 2001 06:14:56 +0000 Subject: [PATCH] fixed element typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43738 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 cb0516b0b6..1b96108692 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -615,7 +615,7 @@ $result = array_pad ($input, 2, "noop"); Array_pop pops and returns the last value of the array, shortening the array by one element. - If array is empty (or is not an array), + If array is empty (or is not an array), NULL will be returned. @@ -810,7 +810,7 @@ $result_keyed = array_reverse ($input, TRUE); array off and returns it, shortening the array by one element and moving everything down. - If array is empty (or is not an array), + If array is empty (or is not an array), NULL will be returned.