From 441466d89c1af21ee3bc64cc58cbd0c3a12a0286 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Fri, 19 Nov 2010 20:14:00 +0000 Subject: [PATCH] Replaced & with &, due to bug in rev #305489. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305566 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/arrayaccess/offsetget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/predefined/arrayaccess/offsetget.xml b/language/predefined/arrayaccess/offsetget.xml index c8cb18be37..f49fc7d270 100644 --- a/language/predefined/arrayaccess/offsetget.xml +++ b/language/predefined/arrayaccess/offsetget.xml @@ -53,7 +53,7 @@ indirect modification, on the other hand, only changes part of the dimension, or attempts to assign the dimension by reference to another variable, as in $obj[6][7] = 7 or - $var =& $obj[6]. Increments with + $var =& $obj[6]. Increments with ++ and decrements with -- are also implemented in a way that requires indirect modification.