| mfp@php.net 2007-08-24, 7:02 pm |
| ID: 42385
Updated by: mfp@php.net
Reported By: mattsch at gmail dot com
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
Thanks for spotting this and pointing it out. I have fixed it in CVS.
Previous Comments:
------------------------------------------------------------------------
[2007-08-22 17:28:19] mattsch at gmail dot com
Description:
------------
I'm not aware of any "real" scalar type in php. I believe the author
intended to say "float" in this context.
Reproduce code:
---------------
http://us.php.net/manual/en/ref.SCA.php
Expected result:
----------------
SCA components can pass and return the four PHP scalar types boolean,
integer, float and string, but to pass or return data structures, SCA
components use Service Data Objects (SDOs).
Actual result:
--------------
SCA components can pass and return the four PHP scalar types boolean,
integer, real and string, but to pass or return data structures, SCA
components use Service Data Objects (SDOs).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42385&edit=1
|