From 08684a85619ee18a1cd5e00881f553d79bfdc55c Mon Sep 17 00:00:00 2001 From: Carola 'Sammy' Kummert Date: Fri, 18 Jan 2008 11:12:32 +0000 Subject: [PATCH] fixing bug 43837 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250848 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 43c45935c2..f9f2a39e3a 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -638,7 +638,7 @@ foreach ($a as $v) { echo "Current value of \$a: $v.\n"; } -/* foreach example 2: value (with key printed for illustration) */ +/* foreach example 2: value (with its manual access notation printed for illustration) */ $a = array(1, 2, 3, 17);