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