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-- bcmod() - mod by 0 --EXTENSIONS-- bcmath --INI-- bcmath.scale=0 --FILE-- <?php tr..

Decoded Output download

--TEST--
bcmod() - mod by 0
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=0
--FILE--
<?php
try {
    bcmod("10", "0");
} catch (DivisionByZeroError $ex) {
    echo $ex->getMessage(), PHP_EOL;
}
?>
--EXPECT--
Modulo by zero

Did this file decode correctly?

Original Code

--TEST--
bcmod() - mod by 0
--EXTENSIONS--
bcmath
--INI--
bcmath.scale=0
--FILE--
<?php
try {
    bcmod("10", "0");
} catch (DivisionByZeroError $ex) {
    echo $ex->getMessage(), PHP_EOL;
}
?>
--EXPECT--
Modulo by zero

Function Calls

None

Variables

None

Stats

MD5 1af5ee30ea2a80dadc4584bc8c5d8606
Eval Count 0
Decode Time 69 ms