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 namespace Roundcube\Plugins\Tests; use PHPUnit\Framework\TestCase; class EnigmaSi..

Decoded Output download

<?php

namespace Roundcube\Plugins\Tests;

use PHPUnit\Framework\TestCase;

class EnigmaSignatureTest extends TestCase
{
    /**
     * Test constructor
     */
    public function test_constructor()
    {
        $error = new \enigma_signature();

        $this->assertInstanceOf('enigma_signature', $error);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Roundcube\Plugins\Tests;

use PHPUnit\Framework\TestCase;

class EnigmaSignatureTest extends TestCase
{
    /**
     * Test constructor
     */
    public function test_constructor()
    {
        $error = new \enigma_signature();

        $this->assertInstanceOf('enigma_signature', $error);
    }
}

Function Calls

None

Variables

None

Stats

MD5 589074eb25edf3e0cb67c7e0b668af04
Eval Count 0
Decode Time 99 ms