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 use PHPUnit\Framework\TestCase; class CoverageNoneTest extends TestCase { publi..
Decoded Output download
<?php
use PHPUnit\Framework\TestCase;
class CoverageNoneTest extends TestCase
{
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
?>
Did this file decode correctly?
Original Code
<?php
use PHPUnit\Framework\TestCase;
class CoverageNoneTest extends TestCase
{
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
Function Calls
None |
Stats
MD5 | 64cc811f73c99b7be514d0d506e8115f |
Eval Count | 0 |
Decode Time | 73 ms |