From 9fd8891bac9b2a787882941dd503c796ac3422e5 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Wed, 6 Jul 2005 17:18:16 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190024 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 93b46043ae..559125b74d 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1202,7 +1202,7 @@ print_r(profile(TRUE)); only return variables by reference, not the result of a statement. If you use return ($a); then you're not returning a variable, but the result of the expression ($a) - (which is, of course, the value of $a. + (which is, of course, the value of $a).