vrana Mon Aug 2 06:54:00 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Associativity, precedence, remove print\n# internals@ didn't object
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.76&r2=1.77&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.76 phpdoc/en/language/operators.xml:1.77
--- phpdoc/en/language/operators.xml:1.76 Tue Jul 27 17:30:24 2004
+++ phpdoc/en/language/operators.xml Mon Aug 2 06:54:00 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.76 $ -->
+<!-- $Revision: 1.77 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -61,8 +61,12 @@
<entry>[</entry>
</row>
<row>
- <entry>right</entry>
- <entry>! ~ - ++ -- (int) (float) (string) (array) (object) @</entry>
+ <entry>non-associative</entry>
+ <entry>++ --</entry>
+ </row>
+ <row>
+ <entry>non-associative</entry>
+ <entry>! ~ - (int) (float) (string) (array) (object) @</entry>
</row>
<row>
<entry>left</entry>
@@ -113,10 +117,6 @@
<entry>
= += -= *= /= .= %= &= |= ^= <<= >>=
</entry>
- </row>
- <row>
- <entry>right</entry>
- <entry>print</entry>
</row>
<row>
<entry>left</entry>