For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2004 > cvs: phpdoc /en/language operators.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language operators.xml
Jakub Vrana

2004-07-26, 3:56 pm

vrana Mon Jul 26 10:48:35 2004 EDT

Modified files:
/phpdoc/en/language operators.xml
Log:
32 bits shifting (bug #16366)

http://cvs.php.net/diff.php/phpdoc/...73&r2=1.74&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.73 phpdoc/en/language/operators.xml:1.74
--- phpdoc/en/language/operators.xml:1.73 Mon Jul 26 09:24:22 2004
+++ phpdoc/en/language/operators.xml Mon Jul 26 10:48:35 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -375,6 +375,12 @@
</tbody>
</tgroup>
</table>
+ <warning>
+ <para>
+ Don't right shift for more than 32 bits on 32 bits systems. Don't left shift
+ in case it results to number longer than 32 bits.
+ </para>
+ </warning>
</sect1>

<sect1 id="language.operators.comparison">
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com