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 Roundcube\Tests\ActionTestCase; class AclT..
Decoded Output download
<?php
namespace Roundcube\Plugins\Tests;
use Roundcube\Tests\ActionTestCase;
class AclTest extends ActionTestCase
{
/**
* Plugin object construction test
*/
public function test_constructor()
{
$rcube =
cube::get_instance();
$plugin = new cl($rcube->plugins);
$this->assertInstanceOf('acl', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
$plugin->init();
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Roundcube\Plugins\Tests;
use Roundcube\Tests\ActionTestCase;
class AclTest extends ActionTestCase
{
/**
* Plugin object construction test
*/
public function test_constructor()
{
$rcube = \rcube::get_instance();
$plugin = new \acl($rcube->plugins);
$this->assertInstanceOf('acl', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
$plugin->init();
}
}
Function Calls
None |
Stats
MD5 | 7c25cc5f463bd2f1c59f53aed6ee17f1 |
Eval Count | 0 |
Decode Time | 91 ms |