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