Precedence (bug #28760)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162783 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-07 08:35:54 +00:00
parent f01da4d71d
commit d1ace9df1c

View file

@ -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">