Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Bug #68797 Number 2.2250738585072012e-308 converted incorrectly --INI-- precision..

Decoded Output download

--TEST--
Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
--INI--
precision=17
--FILE--
<?php

echo 2.2250738585072012e-308, "
";
?>
--EXPECT--
2.2250738585072014E-308

Did this file decode correctly?

Original Code

--TEST--
Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
--INI--
precision=17
--FILE--
<?php

echo 2.2250738585072012e-308, "\n";
?>
--EXPECT--
2.2250738585072014E-308

Function Calls

None

Variables

None

Stats

MD5 5eaa981afc635da0be9314f561f86b6a
Eval Count 0
Decode Time 93 ms