[PHP-DEV] cvs: /phpdoc/language operators.sgml From: Jim Winstead (jimw <email protected>)
Date: 07/31/99

jim Sat Jul 31 20:39:46 1999 EDT

  Modified files:
    /phpdoc/language operators.sgml
  Log:
  Add ^ documentation.
  
  
Index: phpdoc/language/operators.sgml
diff -u phpdoc/language/operators.sgml:1.1 phpdoc/language/operators.sgml:1.2
--- phpdoc/language/operators.sgml:1.1 Sat Jun 19 22:25:34 1999
+++ phpdoc/language/operators.sgml Sat Jul 31 20:39:46 1999
@@ -128,6 +128,11 @@
         <entry>Bits that are set in either $a or $b are set.</entry>
        </row>
        <row>
+ <entry>$a ^ $b</entry>
+ <entry>Xor</entry>
+ <entry>Bits that are set in $a or $b but not both are set.</entry>
+ </row>
+ <row>
         <entry>~ $a</entry>
         <entry>Not</entry>
         <entry>Bits that are set in $a are not set, and vice versa.</entry>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>