From b1907bf15c2de81bb769c1145240564a43b58e85 Mon Sep 17 00:00:00 2001 From: Curt Zirzow Date: Sun, 13 Jun 2004 02:52:14 +0000 Subject: [PATCH] Define when precdence is equal. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161218 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 24ef37cd74..fc035268ec 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - - + + Operators @@ -34,7 +34,8 @@ has a higher precedence than the addition ("+") operator. Parentheses may be used to force precedence, if necessary. For instance: (1 + 5) * 3 evaluates to - 18. + 18. If operator precedence is equal, left to right + associativity is used. The following table lists the precedence of operators with the