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 /** * Storage exception class for when trying to access an invalid store * * PHP ..
Decoded Output download
<?php
/**
* Storage exception class for when trying to access an invalid store
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Storage
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Storage;
/**
* Storage exception class for when trying to access an invalid store
*
* @category OpCacheGUI
* @package Storage
* @author Pieter Hordijk <[email protected]>
*/
class InvalidKeyException extends \Exception
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Storage exception class for when trying to access an invalid store
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Storage
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Storage;
/**
* Storage exception class for when trying to access an invalid store
*
* @category OpCacheGUI
* @package Storage
* @author Pieter Hordijk <[email protected]>
*/
class InvalidKeyException extends \Exception
{
}
Function Calls
None |
Stats
MD5 | 9e4237e38d05ebedf6d7444ff9e64850 |
Eval Count | 0 |
Decode Time | 110 ms |