rquadling Thu Nov 30 14:54:54 2006 UTC
Modified files:
/phpdoc/en/language operators.xml
Log:
Reverse
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.108&r2=1.109&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.108
phpdoc/en/language/operators.xml:1.109
--- phpdoc/en/language/operators.xml:1.108 Thu Nov 30 14:41:10 2006
+++ phpdoc/en/language/operators.xml Thu Nov 30 14:54:54 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.108 $ -->
+<!-- $Revision: 1.109 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -171,7 +171,7 @@
<row>
<entry>right</entry>
<entry>
- = += -= *= /= .= %= =& |= ^= <<= >>=
+ = += -= *= /= .= %= &= |= ^= <<= >>=
</entry>
<entry>
<link linkend="language.operators.assignment">assignment</link>