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_result_multifolder class
*/
class ResultMultifolderTest extends TestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new
cube_result_multifolder();
$this->assertInstanceOf(
cube_result_multifolder::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_result_multifolder class
*/
class ResultMultifolderTest extends TestCase
{
/**
* Class constructor
*/
public function test_class()
{
$object = new \rcube_result_multifolder();
$this->assertInstanceOf(\rcube_result_multifolder::class, $object, 'Class constructor');
}
}
Function Calls
None |
Stats
MD5 | c309e160a41d55864eaeb5ac9d881bc7 |
Eval Count | 0 |
Decode Time | 89 ms |