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\Framework; use PHPUnit\Framework\TestCase; /** * Test ..
Decoded Output download
<?php
namespace Roundcube\Tests\Framework;
use PHPUnit\Framework\TestCase;
/**
* Test class to test rcube_imap_search class
*/
class ImapSearchTest extends TestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new
cube_imap_search([], true);
$this->assertInstanceOf(
cube_imap_search::class, $object, 'Class constructor');
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Roundcube\Tests\Framework;
use PHPUnit\Framework\TestCase;
/**
* Test class to test rcube_imap_search class
*/
class ImapSearchTest extends TestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new \rcube_imap_search([], true);
$this->assertInstanceOf(\rcube_imap_search::class, $object, 'Class constructor');
}
}
Function Calls
None |
Stats
MD5 | 9bc3064f7fa4939f5d0bb42911153510 |
Eval Count | 0 |
Decode Time | 83 ms |