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 declare(strict_types=1); namespace PhpOffice\PhpSpreadsheetTests\Calculation\Funct..
Decoded Output download
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CumIpmtTest extends AllSetupTeardown
{
/**
* @dataProvider providerCUMIPMT
*/
public function testCUMIPMT(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('CUMIPMT', $expectedResult, $args);
}
public static function providerCUMIPMT(): array
{
return require 'tests/data/Calculation/Financial/CUMIPMT.php';
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class CumIpmtTest extends AllSetupTeardown
{
/**
* @dataProvider providerCUMIPMT
*/
public function testCUMIPMT(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('CUMIPMT', $expectedResult, $args);
}
public static function providerCUMIPMT(): array
{
return require 'tests/data/Calculation/Financial/CUMIPMT.php';
}
}
Function Calls
None |
Stats
MD5 | 21669c6308777c44d084f9683d4c42d1 |
Eval Count | 0 |
Decode Time | 83 ms |