mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f01da4d71d
commit
d1ace9df1c
1 changed files with 4 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue