From 63e9bc2e15713f5fcd0717f7e9e6beeaa840af46 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 2 Sep 2001 13:27:42 +0000 Subject: [PATCH] Correct bug git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56554 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index f22ed2a5c4..43d06d2767 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1661,10 +1661,10 @@ while (list ($key, $val) = each ($fruits)) { -fruits[a] = orange -fruits[d] = lemon -fruits[b] = banana -fruits[c] = apple +a = orange +d = lemon +b = banana +c = apple @@ -1721,10 +1721,10 @@ while (list ($key, $val) = each ($fruits)) { -fruits[c] = apple -fruits[b] = banana -fruits[d] = lemon -fruits[a] = orange +c = apple +b = banana +d = lemon +a = orange