mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- 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:
parent
1a1217698c
commit
11766662a1
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue