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 namespace App\Backup\Rclone; class ConfigBuilder { public const CONFIG_NAME ..

Decoded Output download

<?php 
namespace App\Backup\Rclone; 
class ConfigBuilder 
{ 
    public const CONFIG_NAME = "[remote]"; 
    private ConfigTemplate $configTemplate; 
    public function __construct(ConfigTemplate $configTemplate) 
    { 
        $this->configTemplate = $configTemplate; 
    } 
    public function build(): string 
    { 
        goto e06f9; 
        e55c6: 
        return $template; 
        goto Ff5bc; 
        e06f9: 
        $template = self::CONFIG_NAME; 
        goto A4735; 
        A4735: 
        $configSettings = $this->configTemplate->getSettings(); 
        goto B14b3; 
        B14b3: 
        foreach ($configSettings as $key => $value) { 
            $template .= sprintf("%s%s = %s", PHP_EOL, $key, $value); 
            e619b: 
        } 
        goto a62c4; 
        a62c4: 
        Da2ca: 
        goto e55c6; 
        Ff5bc: 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
namespace App\Backup\Rclone;
class ConfigBuilder
{
    public const CONFIG_NAME = "\x5b\x72\145\155\x6f\x74\145\x5d";
    private ConfigTemplate $configTemplate;
    public function __construct(ConfigTemplate $configTemplate)
    {
        $this->configTemplate = $configTemplate;
    }
    public function build(): string
    {
        goto e06f9;
        e55c6:
        return $template;
        goto Ff5bc;
        e06f9:
        $template = self::CONFIG_NAME;
        goto A4735;
        A4735:
        $configSettings = $this->configTemplate->getSettings();
        goto B14b3;
        B14b3:
        foreach ($configSettings as $key => $value) {
            $template .= sprintf("\45\x73\45\163\x20\x3d\x20\45\163", PHP_EOL, $key, $value);
            e619b:
        }
        goto a62c4;
        a62c4:
        Da2ca:
        goto e55c6;
        Ff5bc:
    }
}

Function Calls

None

Variables

None

Stats

MD5 b170a87cbd60ccdbd9dd83660546bd7c
Eval Count 0
Decode Time 55 ms