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\Statistical;
class SmallTest extends AllSetupTeardown
{
/**
* @dataProvider providerSMALL
*/
public function testSMALL(mixed $expectedResult, mixed $values, mixed $position): void
{
$this->runTestCaseReference('SMALL', $expectedResult, $values, $position);
}
public static function providerSMALL(): array
{
return require 'tests/data/Calculation/Statistical/SMALL.php';
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;
class SmallTest extends AllSetupTeardown
{
/**
* @dataProvider providerSMALL
*/
public function testSMALL(mixed $expectedResult, mixed $values, mixed $position): void
{
$this->runTestCaseReference('SMALL', $expectedResult, $values, $position);
}
public static function providerSMALL(): array
{
return require 'tests/data/Calculation/Statistical/SMALL.php';
}
}
Function Calls
None |
Stats
MD5 | c5d1e30378ce9d7ce7a493d2823c92ea |
Eval Count | 0 |
Decode Time | 119 ms |