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 StDevTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerSTDEV
     */
    public function testSTDEV(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCaseReference('STDEV', $expectedResult, ...$args);
    }

    public static function providerSTDEV(): array
    {
        return require 'tests/data/Calculation/Statistical/STDEV.php';
    }

    /**
     * @dataProvider providerOdsSTDEV
     */
    public function testOdsSTDEV(mixed $expectedResult, mixed ...$args): void
    {
        $this->setOpenOffice();
        $this->runTestCaseReference('STDEV', $expectedResult, ...$args);
    }

    public static function providerOdsSTDEV(): array
    {
        return require 'tests/data/Calculation/Statistical/STDEV_ODS.php';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;

class StDevTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerSTDEV
     */
    public function testSTDEV(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCaseReference('STDEV', $expectedResult, ...$args);
    }

    public static function providerSTDEV(): array
    {
        return require 'tests/data/Calculation/Statistical/STDEV.php';
    }

    /**
     * @dataProvider providerOdsSTDEV
     */
    public function testOdsSTDEV(mixed $expectedResult, mixed ...$args): void
    {
        $this->setOpenOffice();
        $this->runTestCaseReference('STDEV', $expectedResult, ...$args);
    }

    public static function providerOdsSTDEV(): array
    {
        return require 'tests/data/Calculation/Statistical/STDEV_ODS.php';
    }
}

Function Calls

None

Variables

None

Stats

MD5 12e8955a81444dc10a519044ef2d876c
Eval Count 0
Decode Time 103 ms