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 PHPStubs\Tests; use PHPStubs\ExtensionIntrospector; class ExtensionIntr..
Decoded Output download
<?php
namespace PHPStubs\Tests;
use PHPStubs\ExtensionIntrospector;
class ExtensionIntrospectorTest extends \PHPUnit_Framework_TestCase
{
private $introspector;
public function testIntrospect()
{
$this->introspector->introspect(new \ReflectionExtension('SPL'));
}
protected function setUp()
{
$this->introspector = new ExtensionIntrospector();
}
} ?>
Did this file decode correctly?
Original Code
<?php
namespace PHPStubs\Tests;
use PHPStubs\ExtensionIntrospector;
class ExtensionIntrospectorTest extends \PHPUnit_Framework_TestCase
{
private $introspector;
public function testIntrospect()
{
$this->introspector->introspect(new \ReflectionExtension('SPL'));
}
protected function setUp()
{
$this->introspector = new ExtensionIntrospector();
}
}
Function Calls
None |
Stats
MD5 | 0467fa0ad3ea01a1e2461d3457ea6b82 |
Eval Count | 0 |
Decode Time | 87 ms |