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 ch; 
} 
exit; 
ch: 
class Mo_License_Missing_Customer_Email_Exception extends \Exception 
{ 
    const MESSAGE = "MISSING_CUSTOMER_EMAIL"; 
    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("\101\102\x53\x50\x41\x54\110")) {
    goto ch;
}
exit;
ch:
class Mo_License_Missing_Customer_Email_Exception extends \Exception
{
    const MESSAGE = "\115\111\123\x53\111\x4e\107\137\x43\125\x53\124\117\x4d\x45\x52\137\105\x4d\x41\x49\114";
    public function __construct()
    {
        parent::__construct(self::MESSAGE);
    }
}

Function Calls

None

Variables

None

Stats

MD5 73a83ca18bafcb2809ba61fa49066aa3
Eval Count 0
Decode Time 107 ms