language/operators/bitwise.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -646,7 +646,7 @@ Expression: 0 = -4 << 62
646
646
<warning>
647
647
<para>
648
648
Use functions from the <link linkend="book.gmp">gmp</link> extension for
649
-
bitwise manipulation on numbers beyond <literal>PHP_INT_MAX</literal>.
649
+
bitwise manipulation on numbers beyond <constant>PHP_INT_MAX</constant>.
650
650
</para>
651
651
</warning>
652
652

653
653