- Add <?php ?> tags.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152423 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2004-02-26 11:05:11 +00:00
parent 1a1217698c
commit 11766662a1

View file

@ -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>