From d1ace9df1c76d43eadc66a4cfdb6286750df8065 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 7 Jul 2004 08:35:54 +0000 Subject: [PATCH] Precedence (bug #28760) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162783 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 4d57ea575f..445995517b 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -39,7 +39,9 @@ The following table lists the precedence of operators with the - highest-precedence operators listed first. + highest-precedence operators listed at the top of the table. Operators + on the same line have equal precedence, in which case their + associativity decides which order to evaluate them in. Operator Precedence