DocBug# 23243 - Include crossref to BCMath on lang.types.int

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-04-16 18:18:44 +00:00
parent d2482c8c5b
commit 8185ec87a1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.110 $ -->
<!-- $Revision: 1.111 $ -->
<chapter id="language.types">
<title>Types</title>
@ -315,8 +315,9 @@ echo gettype((bool) array()); // bool(false)
<para>
See also:
<link linkend="ref.gmp">Arbitrary length integers</link> and
<link linkend="language.types.float">Floating point numbers</link>
<link linkend="ref.gmp">Arbitrary length integer / GMP</link>,
<link linkend="language.types.float">Floating point numbers</link>, and
<link linkend="ref.bc">Arbitrary precision / BCMath</link>
</para>
<sect2 id="language.types.integer.syntax">