dave Thu Feb 26 06:05:11 2004 EDT
Modified files:
/phpdoc/en/reference/gmp/functions gmp-and.xml
Log:
- Add <?php ?> tags.
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-and.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-and.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-and.xml:1.3
phpdoc/en/reference/gmp/functions/gmp-and.xml:1.4
--- phpdoc/en/reference/gmp/functions/gmp-and.xml:1.3 Sun Feb 8 03:46:22 2004
+++ phpdoc/en/reference/gmp/functions/gmp-and.xml Thu Feb 26 06:05:11 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 -->
<refentry id="function.gmp-and">
<refnamediv>
@@ -20,10 +20,12 @@
<title><function>gmp_and</function> example</title>
<programlisting role="php">
<![CDATA[
+<?php
$and1 = gmp_and("0xfffffffff4", "0x4");
$and2 = gmp_and("0xfffffffff4", "0x8");
echo gmp_strval($and1) . "\n";
echo gmp_strval($and2) . "\n";
+?>
]]>
</programlisting>
<para>