From cef962628aa8fe409b4433bc679dabfd361ad653 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sat, 22 Sep 2001 01:48:41 +0000 Subject: [PATCH] Fix gettype documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58025 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/var.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/var.xml b/functions/var.xml index d62dade086..f8cec4e3af 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -1,5 +1,5 @@ - + Variable Functions Variables @@ -156,7 +156,9 @@ print $float_value_of_var; // prints 122.34343 "integer" - "float" + "double" (for historical reasons "double" is + returned in case of a float, and not simply + "float") "string"