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 InterceptTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerINTERCEPT
     */
    public function testINTERCEPT(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCaseNoBracket('INTERCEPT', $expectedResult, ...$args);
    }

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

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Statistical;

class InterceptTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerINTERCEPT
     */
    public function testINTERCEPT(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCaseNoBracket('INTERCEPT', $expectedResult, ...$args);
    }

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

Function Calls

None

Variables

None

Stats

MD5 5eafef5f8981d555275bc96f9f54da22
Eval Count 0
Decode Time 79 ms