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; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; us..

Decoded Output download

<?php 
 
namespace App; 
 
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; 
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; 
use Symfony\Component\HttpKernel\Kernel as BaseKernel; 
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator; 
 
class Kernel extends BaseKernel 
{ 
  use MicroKernelTrait; 
  public function boot() 
  { 
    goto b0f08; 
    f9043: 
    setlocale(LC_CTYPE, "en_US.UTF-8"); 
    goto Aa0e1; 
    b0f08: 
    date_default_timezone_set("UTC"); 
    goto f9043; 
    Aa0e1: 
    parent::boot(); 
    goto E074f; 
    E074f: 
  } 
  protected function configureContainer(ContainerConfigurator $container): void 
  { 
    goto Df416; 
    F9bfb: 
    $container->import("../config/services.yaml"); 
    goto D3741; 
    a8099: 
    $container->import("../config/{packages}/" . $this->environment . "/*.yaml"); 
    goto d07fc; 
    d07fc: 
    if (is_file(\dirname(__DIR__) . "/config/services.yaml")) { 
      goto e3b17; 
    } 
    goto cf2e6; 
    D3741: 
    $container->import("../config/{services}_" . $this->environment . ".yaml"); 
    goto A13ef; 
    Df416: 
    $container->import("../config/{packages}/*.yaml"); 
    goto a8099; 
    cf2e6: 
    $container->import("../config/{services}.php"); 
    goto B6d96; 
    d72c5: 
    e3b17: 
    goto F9bfb; 
    A13ef: 
    b56c0: 
    goto edd0b; 
    B6d96: 
    goto b56c0; 
    goto d72c5; 
    edd0b: 
  } 
  protected function configureRoutes(RoutingConfigurator $routes): void 
  { 
    goto ef6fd; 
    d693b: 
    $routes->import("../config/routes.yaml"); 
    goto c21b4; 
    c21b4: 
    Ea4fe: 
    goto ff9ee; 
    ef6fd: 
    $routes->import("../config/{routes}/" . $this->environment . "/*.yaml"); 
    goto a50ab; 
    Bde8a: 
    $routes->import("../config/{routes}.php"); 
    goto B1571; 
    e093b: 
    ea43d: 
    goto d693b; 
    Efbf0: 
    if (is_file(\dirname(__DIR__) . "/config/routes.yaml")) { 
      goto ea43d; 
    } 
    goto Bde8a; 
    B1571: 
    goto Ea4fe; 
    goto e093b; 
    a50ab: 
    $routes->import("../config/{routes}/*.yaml"); 
    goto Efbf0; 
    ff9ee: 
  } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App;

use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;

class Kernel extends BaseKernel
{
  use MicroKernelTrait;
  public function boot()
  {
    goto b0f08;
    f9043:
    setlocale(LC_CTYPE, "\145\156\137\x55\x53\x2e\125\124\106\x2d\70");
    goto Aa0e1;
    b0f08:
    date_default_timezone_set("\x55\124\x43");
    goto f9043;
    Aa0e1:
    parent::boot();
    goto E074f;
    E074f:
  }
  protected function configureContainer(ContainerConfigurator $container): void
  {
    goto Df416;
    F9bfb:
    $container->import("\56\x2e\x2f\x63\x6f\x6e\146\x69\x67\x2f\x73\145\x72\x76\151\x63\145\x73\56\171\x61\x6d\154");
    goto D3741;
    a8099:
    $container->import("\56\56\x2f\x63\157\156\146\x69\x67\57\173\160\141\x63\153\x61\147\145\163\175\57" . $this->environment . "\57\x2a\x2e\x79\141\x6d\154");
    goto d07fc;
    d07fc:
    if (is_file(\dirname(__DIR__) . "\57\x63\x6f\156\x66\x69\x67\x2f\x73\x65\x72\x76\x69\x63\x65\x73\x2e\171\141\x6d\x6c")) {
      goto e3b17;
    }
    goto cf2e6;
    D3741:
    $container->import("\x2e\56\57\143\x6f\156\x66\x69\147\57\173\163\145\162\166\x69\143\x65\163\175\137" . $this->environment . "\56\171\x61\155\x6c");
    goto A13ef;
    Df416:
    $container->import("\x2e\56\x2f\x63\157\x6e\146\151\147\x2f\x7b\x70\x61\x63\153\x61\x67\145\163\x7d\57\x2a\56\171\x61\155\154");
    goto a8099;
    cf2e6:
    $container->import("\x2e\x2e\x2f\x63\157\x6e\x66\x69\147\57\x7b\x73\x65\x72\166\151\x63\145\163\175\56\160\x68\160");
    goto B6d96;
    d72c5:
    e3b17:
    goto F9bfb;
    A13ef:
    b56c0:
    goto edd0b;
    B6d96:
    goto b56c0;
    goto d72c5;
    edd0b:
  }
  protected function configureRoutes(RoutingConfigurator $routes): void
  {
    goto ef6fd;
    d693b:
    $routes->import("\x2e\56\x2f\x63\157\x6e\x66\151\147\57\162\157\x75\164\x65\x73\x2e\171\141\x6d\x6c");
    goto c21b4;
    c21b4:
    Ea4fe:
    goto ff9ee;
    ef6fd:
    $routes->import("\56\x2e\x2f\143\157\156\146\x69\x67\57\173\162\x6f\165\164\145\x73\175\57" . $this->environment . "\57\52\x2e\x79\141\x6d\x6c");
    goto a50ab;
    Bde8a:
    $routes->import("\x2e\x2e\x2f\x63\x6f\x6e\146\x69\x67\57\173\x72\157\165\x74\x65\163\x7d\56\x70\150\160");
    goto B1571;
    e093b:
    ea43d:
    goto d693b;
    Efbf0:
    if (is_file(\dirname(__DIR__) . "\57\x63\x6f\x6e\146\151\147\57\162\157\165\x74\145\163\56\171\141\x6d\x6c")) {
      goto ea43d;
    }
    goto Bde8a;
    B1571:
    goto Ea4fe;
    goto e093b;
    a50ab:
    $routes->import("\x2e\x2e\x2f\x63\157\x6e\x66\151\x67\x2f\173\162\157\x75\x74\145\x73\x7d\x2f\52\56\171\141\x6d\154");
    goto Efbf0;
    ff9ee:
  }
}

Function Calls

None

Variables

None

Stats

MD5 17e5bbea9f4f70939c2f9e7a3b556c4b
Eval Count 0
Decode Time 56 ms