From 8075b7c11d9db034ff2e118cdfce8a6ff2224537 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 13 Nov 2007 11:44:15 +0000 Subject: [PATCH] cosmetic improvement =) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246106 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index b4ea94c692..435752bba6 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -542,7 +542,8 @@ foreach (array_expression as $key => $value) foreach operates on a copy of the specified array and not the array itself. foreach has some side effects on the array pointer. Don't rely on the array - pointer during or after the foreach without resetting it. + pointer during or after the foreach without resetting it. +