From 9795f30f8bc59d5bbfb4212f51f9c592b097a9a5 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 29 May 2002 09:53:40 +0000 Subject: [PATCH] minor correction: double is out :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83988 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/constants.xml b/language/constants.xml index f694902b78..2dd5ddf339 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -43,7 +43,7 @@ Only scalar data (boolean, integer, - double and string) can be contained + float and string) can be contained in constants.