language/operators/bitwise.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -1,6 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<sect1 xml:id="language.operators.bitwise">
3
3
<title>Bitwise Operators</title>
4
+
<titleabbrev>Bitwise</titleabbrev>
4
5
<simpara>
5
6
Bitwise operators allow evaluation and manipulation of specific
6
7
bits within an integer.
...
...
@@ -645,7 +646,7 @@ Expression: 0 = -4 << 62
645
646
<warning>
646
647
<para>
647
648
Use functions from the <link linkend="book.gmp">gmp</link> extension for
648
-
bitwise manipulation on numbers beyond <literal>PHP_INT_MAX</literal>.
649
+
bitwise manipulation on numbers beyond <constant>PHP_INT_MAX</constant>.
649
650
</para>
650
651
</warning>
651
652

652
653