From 79b47732fcabb236fdfa0ca8724fdef0e356cd70 Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Tue, 26 Mar 2002 19:13:19 +0000 Subject: [PATCH] corr. copy/paste-err. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75388 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index bdac76e2fc..66ad248d3b 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -490,8 +490,8 @@ Array Users may not change the array itself from the callback function. e.g. Add/delete an element, unset the array that - array_walk is applied to. If the array is - changed, the behavior of this function is undefined. + array_filter is applied to. If the array + is changed, the behavior of this function is undefined. See also array_map and