From 590845fd0e99d6d7e9d4b1111b3f1eebbb52dd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Fri, 22 Oct 2010 11:43:06 +0000 Subject: [PATCH] - Added missing commas in rev #304613. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304615 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/references.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/references.xml b/language/references.xml index 4a60323f4e..e6e7aa68d4 100644 --- a/language/references.xml +++ b/language/references.xml @@ -107,7 +107,7 @@ $foo =& find_var($bar); using =& in this context is deprecated and produces an E_DEPRECATED message in PHP 5.3 and later, and an E_STRICT message in earlier versions. - (Technically, the difference is that in PHP 5 object variables, much like + (Technically, the difference is that, in PHP 5, object variables, much like resources, are a mere pointer to the actual object data, so these object references are not "references" in the same sense used before (aliases). For more information, see Objects