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 Zippy. * * (c) Alchemy <[email protected]> * * For the..

Decoded Output download

<?php

/*
 * This file is part of Zippy.
 *
 * (c) Alchemy <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */

namespace Alchemy\Zippy\Adapter\VersionProbe;

class GNUTarVersionProbe extends AbstractTarVersionProbe
{
    /**
     * {@inheritdoc}
     */
    protected function getVersionSignature()
    {
        return '(gnu tar)';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Zippy.
 *
 * (c) Alchemy <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */

namespace Alchemy\Zippy\Adapter\VersionProbe;

class GNUTarVersionProbe extends AbstractTarVersionProbe
{
    /**
     * {@inheritdoc}
     */
    protected function getVersionSignature()
    {
        return '(gnu tar)';
    }
}

Function Calls

None

Variables

None

Stats

MD5 a5caa91488ddaa91df0c5c5d54e85202
Eval Count 0
Decode Time 107 ms