From 8185ec87a1e937780760f708a613b82ebb634492 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 16 Apr 2003 18:18:44 +0000 Subject: [PATCH] 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 --- language/types.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index c405f508bb..ba4e23222f 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -315,8 +315,9 @@ echo gettype((bool) array()); // bool(false) See also: - Arbitrary length integers and - Floating point numbers + Arbitrary length integer / GMP, + Floating point numbers, and + Arbitrary precision / BCMath