cosmetic improvement =)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246106 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2007-11-13 11:44:15 +00:00
parent b3cf92f2fc
commit 8075b7c11d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.153 $ -->
<!-- $Revision: 1.154 $ -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Control Structures</title>
@ -542,7 +542,8 @@ foreach (array_expression as $key => $value)
<literal>foreach</literal> operates on a copy of
the specified array and not the array itself. <literal>foreach</literal>
has some side effects on the array pointer. Don't rely on the array
pointer during or after the foreach without resetting it.</para>
pointer during or after the foreach without resetting it.
</para>
</note>
</para>
<para>