From a2070622269c5d32c75de06e171c6b378ddbf110 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Thu, 9 Aug 2001 21:52:37 +0000 Subject: [PATCH] Fix example-error (Marco Cucinato) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53999 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 002657d9a3..0ec4008bbc 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,4 +1,4 @@ - + Array Functions Arrays @@ -791,7 +791,7 @@ array_multisort ($ar1, $ar2); In this example, after sorting, the first array will contain 10, - "a", 100, 100. The second array will contain 1, 1, 2, "3". The + "a", 100, 100. The second array will contain 1, 1, "2", 3. The entries in the second array corresponding to the identical entries in the first array (100 and 100) were sorted as well.