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 SteyxTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerSTEYX
     */
    public function testSTEYX(mixed $expectedResult, array $xargs, array $yargs): void
    {
        //$result = Statistical\Trends::STEYX($xargs, $yargs);
        //self::assertEqualsWithDelta($expectedResult, $result, 1E-12);
        $this->runTestCaseReference('STEYX', $expectedResult, $xargs, $yargs);
    }

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

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;

class SteyxTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerSTEYX
     */
    public function testSTEYX(mixed $expectedResult, array $xargs, array $yargs): void
    {
        //$result = Statistical\Trends::STEYX($xargs, $yargs);
        //self::assertEqualsWithDelta($expectedResult, $result, 1E-12);
        $this->runTestCaseReference('STEYX', $expectedResult, $xargs, $yargs);
    }

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

Function Calls

None

Variables

None

Stats

MD5 09c0c857630990fc93dd89059bf081a6
Eval Count 0
Decode Time 71 ms