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 ax;
}
exit;
ax:
class Mo_License_Invalid_Expiry_Date_Exception extends \Exception
{
const MESSAGE = "MISSING_OR_INVALID_EXPIRY_DATE";
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\123\x50\101\x54\x48")) {
goto ax;
}
exit;
ax:
class Mo_License_Invalid_Expiry_Date_Exception extends \Exception
{
const MESSAGE = "\115\x49\x53\x53\x49\x4e\x47\x5f\117\x52\137\111\116\x56\101\x4c\111\104\x5f\105\130\120\111\x52\131\x5f\x44\x41\124\x45";
public function __construct()
{
parent::__construct(self::MESSAGE);
}
}
Function Calls
| None |
Stats
| MD5 | ed8bde2d7f59939e65d09a0b1bf680bb |
| Eval Count | 0 |
| Decode Time | 72 ms |