php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42385 SCA Functions: real is not a valid php type
Submitted: 2007-08-22 17:28 UTC Modified: 2007-08-24 13:54 UTC
From: mattsch at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mattsch at gmail dot com
New email:
PHP Version: OS:

 

 [2007-08-22 17:28 UTC] 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). 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-24 13:54 UTC] mfp@php.net
Thanks for spotting this and pointing it out. I have fixed it in CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 06:00:01 2025 UTC