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\Knp\Snappy; use Knp\Snappy\Image; use PHPUnit\Framework\TestCase; ..
Decoded Output download
<?php
namespace Tests\Knp\Snappy;
use Knp\Snappy\Image;
use PHPUnit\Framework\TestCase;
class ImageTest extends TestCase
{
/**
* @return void
*/
public function testCreateInstance()
{
$testObject = new Image();
$this->assertInstanceOf(Image::class, $testObject);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Tests\Knp\Snappy;
use Knp\Snappy\Image;
use PHPUnit\Framework\TestCase;
class ImageTest extends TestCase
{
/**
* @return void
*/
public function testCreateInstance()
{
$testObject = new Image();
$this->assertInstanceOf(Image::class, $testObject);
}
}
Function Calls
| None |
Stats
| MD5 | 6f903ae295e734b5efec4494e4721cd7 |
| Eval Count | 0 |
| Decode Time | 79 ms |