using entity

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278861 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-04-16 19:46:35 +00:00
parent b09f9798c7
commit 6ac5609145

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.51 $ -->
<!-- $Revision: 1.52 $ -->
<chapter xml:id="language.references" xmlns="http://docbook.org/ns/docbook">
<title>References Explained</title>
@ -148,9 +148,8 @@ echo "var2 is set to '$var2'\n"; // var2 is set to 'Example variable'
</warning>
<note>
<para>
If you assign a value to a variable with references in a <link
linkend="control-structures.foreach">foreach</link> statement,
the references are modified too.
If you assign a value to a variable with references in a
&foreach; statement, the references are modified too.
<example>
<title>References and foreach statement</title>
<programlisting role="php">