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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 20 01:01:28 2024 UTC