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); /* * This file is part of PHP CS Fixer. * * (c) Fabien..

Decoded Output download

<?php

declare(strict_types=1);

/*
 * This file is part of PHP CS Fixer.
 *
 * (c) Fabien Potencier <[email protected]>
 *     Dariusz Rumiski <[email protected]>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

namespace PhpCsFixer\Tests\Tokenizer\Analyzer\Analysis;

use PhpCsFixer\Tests\TestCase;
use PhpCsFixer\Tokenizer\Analyzer\Analysis\CaseAnalysis;

/**
 * @covers \PhpCsFixer\Tokenizer\Analyzer\Analysis\CaseAnalysis
 *
 * @internal
 */
final class CaseAnalysisTest extends TestCase
{
    public function testCase(): void
    {
        $analysis = new CaseAnalysis(12, 20);

        self::assertSame(12, $analysis->getIndex());
        self::assertSame(20, $analysis->getColonIndex());
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

/*
 * This file is part of PHP CS Fixer.
 *
 * (c) Fabien Potencier <[email protected]>
 *     Dariusz Rumiski <[email protected]>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

namespace PhpCsFixer\Tests\Tokenizer\Analyzer\Analysis;

use PhpCsFixer\Tests\TestCase;
use PhpCsFixer\Tokenizer\Analyzer\Analysis\CaseAnalysis;

/**
 * @covers \PhpCsFixer\Tokenizer\Analyzer\Analysis\CaseAnalysis
 *
 * @internal
 */
final class CaseAnalysisTest extends TestCase
{
    public function testCase(): void
    {
        $analysis = new CaseAnalysis(12, 20);

        self::assertSame(12, $analysis->getIndex());
        self::assertSame(20, $analysis->getColonIndex());
    }
}

Function Calls

None

Variables

None

Stats

MD5 5ec8dec7db63113ae5b44de63b712dd2
Eval Count 0
Decode Time 83 ms