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 #43053 (Regression: some numbers shown in scientific notation) --FILE-- <?php..

Decoded Output download

1200000.0
1300000.0
1400000.0
1500000.0

Did this file decode correctly?

Original Code

--TEST--
Bug #43053 (Regression: some numbers shown in scientific notation)
--FILE--
<?php
echo 1200000.00."\n";
echo 1300000.00."\n";
echo 1400000.00."\n";
echo 1500000.00."\n";
?>
--EXPECT--
1200000
1300000
1400000
1500000

Function Calls

None

Variables

None

Stats

MD5 cb43176eee0bd4245652a5e655fefb7d
Eval Count 0
Decode Time 90 ms