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 ShowAddi..

Decoded Output download

<?php

namespace Roundcube\Plugins\Tests;

use PHPUnit\Framework\TestCase;

class ShowAdditionalHeadersTest extends TestCase
{
    /**
     * Plugin object construction test
     */
    public function test_constructor()
    {
        $rcube = 
cube::get_instance();
        $plugin = new \show_additional_headers($rcube->plugins);

        $this->assertInstanceOf('show_additional_headers', $plugin);
        $this->assertInstanceOf('rcube_plugin', $plugin);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Roundcube\Plugins\Tests;

use PHPUnit\Framework\TestCase;

class ShowAdditionalHeadersTest extends TestCase
{
    /**
     * Plugin object construction test
     */
    public function test_constructor()
    {
        $rcube = \rcube::get_instance();
        $plugin = new \show_additional_headers($rcube->plugins);

        $this->assertInstanceOf('show_additional_headers', $plugin);
        $this->assertInstanceOf('rcube_plugin', $plugin);
    }
}

Function Calls

None

Variables

None

Stats

MD5 5ab71266453c2b50124acbee3e12afa2
Eval Count 0
Decode Time 134 ms