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 EnigmaSu..
Decoded Output download
<?php
namespace Roundcube\Plugins\Tests;
use PHPUnit\Framework\TestCase;
class EnigmaSubkeyTest extends TestCase
{
/**
* Test constructor
*/
public function test_constructor()
{
$error = new \enigma_subkey();
$this->assertInstanceOf('enigma_subkey', $error);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Roundcube\Plugins\Tests;
use PHPUnit\Framework\TestCase;
class EnigmaSubkeyTest extends TestCase
{
/**
* Test constructor
*/
public function test_constructor()
{
$error = new \enigma_subkey();
$this->assertInstanceOf('enigma_subkey', $error);
}
}
Function Calls
None |
Stats
MD5 | b4eb13f498d88856a985cbbed6e31488 |
Eval Count | 0 |
Decode Time | 95 ms |