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 QL; 
} 
exit; 
QL: 
class Mo_License_Grace_Expired_Exception extends \Exception 
{ 
    const MESSAGE = "LICENSE_GRACE_EXPIRED"; 
    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\x50\101\x54\110")) {
    goto QL;
}
exit;
QL:
class Mo_License_Grace_Expired_Exception extends \Exception
{
    const MESSAGE = "\114\x49\103\105\116\x53\105\x5f\x47\x52\101\x43\105\137\105\x58\120\111\x52\x45\104";
    public function __construct()
    {
        parent::__construct(self::MESSAGE);
    }
}

Function Calls

None

Variables

None

Stats

MD5 9ff2fba214510464c72c32bd364c8865
Eval Count 0
Decode Time 84 ms