]> granicus.if.org Git - php/commitdiff
Conversion fix by Michael Mauch
authorMarcus Boerger <helly@php.net>
Sun, 17 Nov 2002 09:27:48 +0000 (09:27 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 17 Nov 2002 09:27:48 +0000 (09:27 +0000)
ext/standard/tests/math/hexdec.phpt

index 40de8d1768f31e27845124606c8a0a5ac6827b8c..d8ff71f1ceb5652734a547563b510e13688dadbc 100644 (file)
@@ -8,8 +8,8 @@ var_dump(hexdec("12345"));
 var_dump(hexdec("q12345"));
 var_dump(hexdec("12345+?!"));
 var_dump(hexdec("12345q"));
-var_dump(hexdec("1234500001"));
-var_dump(hexdec("17fffffff"));
+var_dump((float)hexdec("1234500001"));
+var_dump((float)hexdec("17fffffff"));
 
 ?>
 --EXPECT--