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
This commit is contained in:
Matthew Peters 2007-08-24 13:52:17 +00:00
parent 92e1a6c125
commit 4f69495c4c

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@ -504,7 +504,7 @@ $rate = $this->exchange_rate->getRate($currency);
<varname>$ticker</varname> and
<varname>$currency</varname> 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