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 Swoft. * * @link https://..

Decoded Output download

<?php declare(strict_types=1);
/**
 * This file is part of Swoft.
 *
 * @link     https://swoft.org
 * @document https://swoft.org/docs
 * @contact  [email protected]
 * @license  https://github.com/swoft-cloud/swoft/blob/master/LICENSE
 */

namespace AppTest\Unit;

use PHPUnit\Framework\TestCase;
use function bean;

/**
 * Class ExampleTest
 *
 * @package AppTest\Unit
 */
class ExampleTest extends TestCase
{
    public function testDemo(): void
    {
        $this->assertNotEmpty(bean('cliApp'));
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php declare(strict_types=1);
/**
 * This file is part of Swoft.
 *
 * @link     https://swoft.org
 * @document https://swoft.org/docs
 * @contact  [email protected]
 * @license  https://github.com/swoft-cloud/swoft/blob/master/LICENSE
 */

namespace AppTest\Unit;

use PHPUnit\Framework\TestCase;
use function bean;

/**
 * Class ExampleTest
 *
 * @package AppTest\Unit
 */
class ExampleTest extends TestCase
{
    public function testDemo(): void
    {
        $this->assertNotEmpty(bean('cliApp'));
    }
}

Function Calls

None

Variables

None

Stats

MD5 573a675fcb7997589251a4b5532c6401
Eval Count 0
Decode Time 99 ms