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-- bcadd() with non-integers --EXTENSIONS-- bcmath --INI-- bcmath.scale=5 --FILE-- <..

Decoded Output download

--TEST--
bcadd() with non-integers
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=5
--FILE--
<?php
echo bcadd("2.2", "4.3", "2")."
";
echo bcadd("2.2", "-7.3", "1")."
";
echo bcadd("-4.27", "7.3");
?>
--EXPECT--
6.50
-5.1
3.03000

Did this file decode correctly?

Original Code

--TEST--
bcadd() with non-integers
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=5
--FILE--
<?php
echo bcadd("2.2", "4.3", "2")."\n";
echo bcadd("2.2", "-7.3", "1")."\n";
echo bcadd("-4.27", "7.3");
?>
--EXPECT--
6.50
-5.1
3.03000

Function Calls

bcadd 1

Variables

None

Stats

MD5 57aba34ecf9fd8d574377cc5193880c4
Eval Count 0
Decode Time 90 ms