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