mfp Fri Aug 24 16:47:10 2007 UTC
Modified files:
/phpdoc/en/reference/sca reference.xml
Log:
two occurences of the word "real" changed to the proper scalar type "float"
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sca/reference.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/sca/reference.xml
diff -u phpdoc/en/reference/sca/reference.xml:1.5
phpdoc/en/reference/sca/reference.xml:1.6
--- phpdoc/en/reference/sca/reference.xml:1.5 Fri Aug 24 13:52:17 2007
+++ phpdoc/en/reference/sca/reference.xml Fri Aug 24 16:47:10 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -504,7 +504,7 @@
<varname>$ticker</varname> and
<varname>$currency</varname> are clearly PHP scalar types.
- Components can pass the PHP scalar types string, integer, real and
+ Components can pass the PHP scalar types string, integer, float 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
@@ -986,7 +986,7 @@
<title> Working with Data Structures </title>
<para>
SCA components can pass and return the four PHP scalar types
- boolean, integer, real and string, but to pass or return data
+ boolean, integer, float and string, but to pass or return data
structures, SCA components use Service Data Objects (SDOs). SDOs
are described in much more detail in
<link linkend='ref.sdo'>the SDO pages</link> of this manual.