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 SEOstatsTest\Services; use SEOstatsTest\AbstractSEOstatsTestCase; use Re..
Decoded Output download
<?php
namespace SEOstatsTest\Services;
use SEOstatsTest\AbstractSEOstatsTestCase;
use ReflectionClass;
abstract class AbstractServiceTestCase extends AbstractSEOstatsTestCase
{
public function __construct($name = null, array $data = array(), $dataName = '')
{
parent::__construct($name, $data, $dataName);
$this->assertDirectory .= 'Service/';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace SEOstatsTest\Services;
use SEOstatsTest\AbstractSEOstatsTestCase;
use ReflectionClass;
abstract class AbstractServiceTestCase extends AbstractSEOstatsTestCase
{
public function __construct($name = null, array $data = array(), $dataName = '')
{
parent::__construct($name, $data, $dataName);
$this->assertDirectory .= 'Service/';
}
}
Function Calls
None |
Stats
MD5 | 19cfec23b11a3f94ab1bc96c8f662e06 |
Eval Count | 0 |
Decode Time | 75 ms |