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 /** * InsufficientSetupException * * PHP version 5 * * @author Jim Wigginto..

Decoded Output download

<?php

/**
 * InsufficientSetupException
 *
 * PHP version 5
 *
 * @author    Jim Wigginton <[email protected]>
 * @copyright 2015 Jim Wigginton
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
 * @link      http://phpseclib.sourceforge.net
 */

namespace phpseclib3\Exception;

/**
 * InsufficientSetupException
 *
 * @author  Jim Wigginton <[email protected]>
 */
class InsufficientSetupException extends \RuntimeException
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * InsufficientSetupException
 *
 * PHP version 5
 *
 * @author    Jim Wigginton <[email protected]>
 * @copyright 2015 Jim Wigginton
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
 * @link      http://phpseclib.sourceforge.net
 */

namespace phpseclib3\Exception;

/**
 * InsufficientSetupException
 *
 * @author  Jim Wigginton <[email protected]>
 */
class InsufficientSetupException extends \RuntimeException
{
}

Function Calls

None

Variables

None

Stats

MD5 6601a8131d3fa88b4f1ecf2ae6f9a08b
Eval Count 0
Decode Time 86 ms