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 VarATest extends AllSetupTeardown
{
    /**
     * @dataProvider providerVARA
     */
    public function testVARA(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCases('VARA', $expectedResult, ...$args);
    }

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

    /**
     * @dataProvider providerOdsVARA
     */
    public function testOdsVARA(mixed $expectedResult, mixed ...$args): void
    {
        $this->setOpenOffice();
        $this->runTestCases('VARA', $expectedResult, ...$args);
    }

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

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;

class VarATest extends AllSetupTeardown
{
    /**
     * @dataProvider providerVARA
     */
    public function testVARA(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCases('VARA', $expectedResult, ...$args);
    }

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

    /**
     * @dataProvider providerOdsVARA
     */
    public function testOdsVARA(mixed $expectedResult, mixed ...$args): void
    {
        $this->setOpenOffice();
        $this->runTestCases('VARA', $expectedResult, ...$args);
    }

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

Function Calls

None

Variables

None

Stats

MD5 0f3fb4c0f37b4bd51dfe797791577ca4
Eval Count 0
Decode Time 79 ms