vrana Wed Jul 7 04:35:55 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Precedence (bug #28760)
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.71&r2=1.72&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.71 phpdoc/en/language/operators.xml:1.72
--- phpdoc/en/language/operators.xml:1.71 Thu Jun 24 23:09:00 2004
+++ phpdoc/en/language/operators.xml Wed Jul 7 04:35:54 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.71 $ -->
+<!-- $Revision: 1.72 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -39,7 +39,9 @@
</para>
<para>
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.
<table>
<title>Operator Precedence</title>
<tgroup cols="2">