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 YieldDiscTest extends AllSetupTeardown
{
/**
* @dataProvider providerYIELDDISC
*/
public function testYIELDDISC(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('YIELDDISC', $expectedResult, $args);
}
public static function providerYIELDDISC(): array
{
return require 'tests/data/Calculation/Financial/YIELDDISC.php';
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;
class YieldDiscTest extends AllSetupTeardown
{
/**
* @dataProvider providerYIELDDISC
*/
public function testYIELDDISC(mixed $expectedResult, mixed ...$args): void
{
$this->runTestCase('YIELDDISC', $expectedResult, $args);
}
public static function providerYIELDDISC(): array
{
return require 'tests/data/Calculation/Financial/YIELDDISC.php';
}
}
Function Calls
None |
Stats
MD5 | 9c5faa0838bc26171c2b5b228b56bf32 |
Eval Count | 0 |
Decode Time | 72 ms |