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