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 Tests\Fixtures\Inheritance\Base; use PHPUnit\Framework\TestCase; class ..
Decoded Output download
<?php
namespace Tests\Fixtures\Inheritance\Base;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
public function testExample()
{
$this->markTestSkipped();
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Tests\Fixtures\Inheritance\Base;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
public function testExample()
{
$this->markTestSkipped();
}
}
Function Calls
None |
Stats
MD5 | f75e2ef2148b40c79651b367a2ec2103 |
Eval Count | 0 |
Decode Time | 83 ms |