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 IntRateTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerINTRATE
     */
    public function testINTRATE(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCase('INTRATE', $expectedResult, $args);
    }

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

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\Financial;

class IntRateTest extends AllSetupTeardown
{
    /**
     * @dataProvider providerINTRATE
     */
    public function testINTRATE(mixed $expectedResult, mixed ...$args): void
    {
        $this->runTestCase('INTRATE', $expectedResult, $args);
    }

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

Function Calls

None

Variables

None

Stats

MD5 b8fe71a8a074a0cf53e295a853fba041
Eval Count 0
Decode Time 79 ms