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

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

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

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

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;

class VarPATest extends AllSetupTeardown
{
    /**
     * @dataProvider providerVARPA
     */
    public function testVARPA(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCases('VARPA', $expectedResult, ...$args);
    }

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

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

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

Function Calls

None

Variables

None

Stats

MD5 904f4f30249ae2326125f5e48662bc6b
Eval Count 0
Decode Time 81 ms