From 581435de63f01e5a01463b8a801648d424483a02 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 9 Jun 2003 23:12:24 +0000 Subject: [PATCH] Those operators have right associativity indeed.. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130800 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 2bc85b5551..506d508a6f 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -51,7 +51,7 @@ print - left + right = += -= *= /= .= %= &= |= ^= <<= >>=