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\Tests\Actions\Utils; use Roundcube\Tests\ActionTestCase; /** ..
Decoded Output download
<?php
namespace Roundcube\Tests\Actions\Utils;
use Roundcube\Tests\ActionTestCase;
/**
* Test class to test rcmail_action_utils_spell
*/
class SpellTest extends ActionTestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new \rcmail_action_utils_spell();
$this->assertInstanceOf(\rcmail_action::class, $object);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Roundcube\Tests\Actions\Utils;
use Roundcube\Tests\ActionTestCase;
/**
* Test class to test rcmail_action_utils_spell
*/
class SpellTest extends ActionTestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new \rcmail_action_utils_spell();
$this->assertInstanceOf(\rcmail_action::class, $object);
}
}
Function Calls
None |
Stats
MD5 | 36a41f33cecbe3a2b50ffe3c214a4ca8 |
Eval Count | 0 |
Decode Time | 135 ms |