mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Define when precdence is equal.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161218 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
10b34d3834
commit
b1907bf15c
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<chapter id="language.operators">
|
||||
<title>Operators</title>
|
||||
<simpara>
|
||||
|
@ -34,7 +34,8 @@
|
|||
has a higher precedence than the addition ("+") operator.
|
||||
Parentheses may be used to force precedence, if necessary. For
|
||||
instance: <literal>(1 + 5) * 3</literal> evaluates to
|
||||
<literal>18</literal>.
|
||||
<literal>18</literal>. If operator precedence is equal, left to right
|
||||
associativity is used.
|
||||
</para>
|
||||
<para>
|
||||
The following table lists the precedence of operators with the
|
||||
|
|
Loading…
Reference in a new issue