From 6ac5609145cbef8b2ea5da762cf7cfe640767f72 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 16 Apr 2009 19:46:35 +0000 Subject: [PATCH] using entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278861 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/references.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/language/references.xml b/language/references.xml index 48bc314144..f44a1ef29e 100644 --- a/language/references.xml +++ b/language/references.xml @@ -1,5 +1,5 @@ - + References Explained @@ -148,9 +148,8 @@ echo "var2 is set to '$var2'\n"; // var2 is set to 'Example variable' - If you assign a value to a variable with references in a foreach 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. References and foreach statement