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

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Subtract one arbitrary precision number from another * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Subtract one arbitrary precision number from another
 *
 * @phpstub
 *
 * @param string $left_operand
 * @param string $right_operand
 * @param int $scale
 *
 * @return string The result of the subtraction, as a string.
 */
function bcsub($left_operand, $right_operand, $scale = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Subtract one arbitrary precision number from another
 *
 * @phpstub
 *
 * @param string $left_operand
 * @param string $right_operand
 * @param int $scale
 *
 * @return string The result of the subtraction, as a string.
 */
function bcsub($left_operand, $right_operand, $scale = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 ef6bd9ffff07083b496daffe3f572d84
Eval Count 0
Decode Time 84 ms