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 /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copy..
Decoded Output download
<?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Twig\Extra\CssInliner\Tests;
use Twig\Extra\CssInliner\CssInlinerExtension;
use Twig\Test\IntegrationTestCase;
class IntegrationTest extends IntegrationTestCase
{
public function getExtensions()
{
return [
new CssInlinerExtension(),
];
}
public function getFixturesDir()
{
return __DIR__.'/Fixtures/';
}
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Twig\Extra\CssInliner\Tests;
use Twig\Extra\CssInliner\CssInlinerExtension;
use Twig\Test\IntegrationTestCase;
class IntegrationTest extends IntegrationTestCase
{
public function getExtensions()
{
return [
new CssInlinerExtension(),
];
}
public function getFixturesDir()
{
return __DIR__.'/Fixtures/';
}
}
Function Calls
None |
Stats
MD5 | 99ded683ceb6c72a6551ee5f3bb90951 |
Eval Count | 0 |
Decode Time | 89 ms |