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 Autologo..
Decoded Output download
<?php
namespace Roundcube\Plugins\Tests;
use PHPUnit\Framework\TestCase;
class AutologonTest extends TestCase
{
/**
* Plugin object construction test
*/
public function test_constructor()
{
$rcube =
cube::get_instance();
$plugin = new utologon($rcube->plugins);
$this->assertInstanceOf('autologon', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
// TODO
$plugin->startup([]);
$plugin->authenticate([]);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Roundcube\Plugins\Tests;
use PHPUnit\Framework\TestCase;
class AutologonTest extends TestCase
{
/**
* Plugin object construction test
*/
public function test_constructor()
{
$rcube = \rcube::get_instance();
$plugin = new \autologon($rcube->plugins);
$this->assertInstanceOf('autologon', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
// TODO
$plugin->startup([]);
$plugin->authenticate([]);
}
}
Function Calls
None |
Stats
MD5 | b679ca72eba5db606c4548c48a617468 |
Eval Count | 0 |
Decode Time | 98 ms |