From 4f69495c4cd5ef79f00e6b4a992a5eab81fe6974 Mon Sep 17 00:00:00 2001 From: Matthew Peters Date: Fri, 24 Aug 2007 13:52:17 +0000 Subject: [PATCH] change "real" to "float". Fix for PECL bug #42385 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241785 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sca/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/sca/reference.xml b/reference/sca/reference.xml index b9b115effe..32e1927153 100644 --- a/reference/sca/reference.xml +++ b/reference/sca/reference.xml @@ -1,5 +1,5 @@ - + @@ -504,7 +504,7 @@ $rate = $this->exchange_rate->getRate($currency); $ticker and $currency are clearly PHP scalar types. - Components can pass the PHP scalar types string, integer, float and + Components can pass the PHP scalar types string, integer, real and boolean, but data structures on service calls are always passed as Service Data Objects (SDOs). A later section describes how a component can create an SDO to pass on a local or Web service call, or