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