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\Financial;

class PDurationTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerPDURATION
     */
    public function testPDURATION(mixed $expectedResult, array $args): void
    {
        $this->runTestCase('PDURATION', $expectedResult, $args);
    }

    public static function providerPDURATION(): array
    {
        return require 'tests/data/Calculation/Financial/PDURATION.php';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;

class PDurationTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerPDURATION
     */
    public function testPDURATION(mixed $expectedResult, array $args): void
    {
        $this->runTestCase('PDURATION', $expectedResult, $args);
    }

    public static function providerPDURATION(): array
    {
        return require 'tests/data/Calculation/Financial/PDURATION.php';
    }
}

Function Calls

None

Variables

None

Stats

MD5 cfdfce887c16f340fe84af04b53e43dc
Eval Count 0
Decode Time 109 ms