php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #10633 settype(.., "double") not work as expected(or documented)
Submitted: 2001-05-03 10:13 UTC Modified: 2001-05-19 12:51 UTC
From: tf at tfromm dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.0.4 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tf at tfromm dot com
New email:
PHP Version: OS:

 

 [2001-05-03 10:13 UTC] tf at tfromm dot com
$tmp = "1111111t11t";
settype($tmp, "double");
echo $tmp;

returns '1111111' imho it should be 0 ??
(alike settype(... "integer"))

using with 'double' the string is cuttet at the fist 
non-number-character 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-19 12:51 UTC] jeroen@php.net
Correct behaviour. Documentation could be better indeed. I'm working on it.

http://www.php.net/manual/en/language.types.string.php#language.types.string.conversion
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC