From 7eed1ac9ddd5695f2629f61af2fcf0295629fbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Thu, 18 Nov 2010 10:47:45 +0000 Subject: [PATCH] - Fixed small mistake in rev #305489. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305491 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 b59bc930ff..c8cb18be37 100644 --- a/language/predefined/arrayaccess/offsetget.xml +++ b/language/predefined/arrayaccess/offsetget.xml @@ -54,7 +54,7 @@ dimension, or attempts to assign the dimension by reference to another variable, as in $obj[6][7] = 7 or $var =& $obj[6]. Increments with - ++ and decrements with ++ + ++ and decrements with -- are also implemented in a way that requires indirect modification.