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 a part of the miniorange-saml-20-single-sign-on plugin. * ..
Decoded Output download
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
namespace MOSAML\LicenseLibrary\Exceptions;
if (defined("ABSPATH")) {
goto nn;
}
exit;
nn:
class Mo_License_Unknown_Error_Exception extends \Exception
{
const MESSAGE = "UNKNOWN_ERROR";
public function __construct()
{
parent::__construct(self::MESSAGE);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
namespace MOSAML\LicenseLibrary\Exceptions;
if (defined("\x41\102\x53\120\101\124\110")) {
goto nn;
}
exit;
nn:
class Mo_License_Unknown_Error_Exception extends \Exception
{
const MESSAGE = "\x55\x4e\113\x4e\x4f\127\x4e\137\x45\122\x52\x4f\122";
public function __construct()
{
parent::__construct(self::MESSAGE);
}
}
Function Calls
None |
Stats
MD5 | 47db36d3e8f5f1531b005242163801ab |
Eval Count | 0 |
Decode Time | 114 ms |