irchtml Thu Apr 1 03:25:52 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
bug #18680: bitwise operators use character's ASCII values when using strings
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.63&r2=1.64&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.63 phpdoc/en/language/operators.xml:1.64
--- phpdoc/en/language/operators.xml:1.63 Fri Mar 5 16:28:43 2004
+++ phpdoc/en/language/operators.xml Thu Apr 1 03:25:52 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.63 $ -->
+<!-- $Revision: 1.64 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -277,8 +277,8 @@
<simpara>
Bitwise operators allow you to turn specific bits within an
integer on or off. If both the left- and right-hand parameters are
- strings, the bitwise operator will operate on the characters in this
- string.
+ strings, the bitwise operator will operate on the characters' ASCII
+ values.
</simpara>
<para>
<informalexample>