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 Alchemy\Zippy\Tests\Adapter\GNUTar; class TarGzGNUTarAdapterTest extends..
Decoded Output download
<?php
namespace Alchemy\Zippy\Tests\Adapter\GNUTar;
class TarGzGNUTarAdapterTest extends GNUTarAdapterWithOptionsTest
{
protected function getOptions()
{
return '--gzip';
}
protected static function getAdapterClassName()
{
return 'Alchemy\Zippy\Adapter\GNUTar\TarGzGNUTarAdapter';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Alchemy\Zippy\Tests\Adapter\GNUTar;
class TarGzGNUTarAdapterTest extends GNUTarAdapterWithOptionsTest
{
protected function getOptions()
{
return '--gzip';
}
protected static function getAdapterClassName()
{
return 'Alchemy\\Zippy\\Adapter\\GNUTar\\TarGzGNUTarAdapter';
}
}
Function Calls
None |
Stats
MD5 | 25c01d72c5de9fd4d4161d05bc740a1c |
Eval Count | 0 |
Decode Time | 92 ms |