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 if (!(PHP_VERSION_ID < 50600)) { goto dv; } if (headers_sent()) { g..

Decoded Output download

<?php 
 
 
if (!(PHP_VERSION_ID < 50600)) { 
    goto dv; 
} 
if (headers_sent()) { 
    goto HH; 
} 
header("HTTP/1.1 500 Internal Server Error"); 
HH: 
$CK = "Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running " . PHP_VERSION . ", please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting." . PHP_EOL; 
if (ini_get("display_errors")) { 
    goto SK; 
} 
if (PHP_SAPI === "cli" || PHP_SAPI === "phpdbg") { 
    goto K0; 
} 
if (!headers_sent()) { 
    goto a1; 
} 
goto ZN; 
K0: 
fwrite(STDERR, $CK); 
goto ZN; 
a1: 
echo $CK; 
ZN: 
SK: 
trigger_error($CK, E_USER_ERROR); 
dv: 
require_once __DIR__ . "/composer/autoload_real.php"; 
return ComposerAutoloaderInitd8a1451f4469080650debc98984d829e::getLoader(); ?>

Did this file decode correctly?

Original Code

<?php


if (!(PHP_VERSION_ID < 50600)) {
    goto dv;
}
if (headers_sent()) {
    goto HH;
}
header("\110\x54\124\120\57\x31\x2e\x31\40\x35\x30\x30\x20\x49\x6e\x74\x65\162\156\x61\x6c\x20\x53\x65\162\166\x65\162\40\105\x72\x72\157\162");
HH:
$CK = "\x43\157\x6d\160\x6f\x73\x65\x72\x20\x32\56\63\56\60\40\x64\162\x6f\x70\x70\145\144\x20\163\165\x70\x70\157\x72\164\x20\146\157\162\x20\141\165\164\157\154\x6f\141\x64\x69\156\x67\40\x6f\x6e\x20\x50\x48\120\x20\x3c\x35\x2e\66\40\141\x6e\x64\40\x79\x6f\x75\x20\x61\162\145\x20\162\x75\x6e\156\151\156\147\x20" . PHP_VERSION . "\54\40\160\x6c\x65\141\163\x65\x20\x75\160\147\x72\141\144\145\40\120\x48\x50\x20\x6f\x72\x20\x75\x73\145\40\x43\x6f\x6d\x70\x6f\x73\145\162\x20\x32\56\x32\40\x4c\124\x53\40\166\x69\x61\40\42\143\157\x6d\x70\157\163\x65\162\40\x73\145\x6c\146\55\x75\160\144\x61\x74\145\x20\55\55\62\56\62\x22\x2e\40\x41\142\x6f\x72\164\151\156\x67\x2e" . PHP_EOL;
if (ini_get("\x64\x69\x73\160\154\141\171\x5f\145\162\162\x6f\x72\x73")) {
    goto SK;
}
if (PHP_SAPI === "\x63\x6c\151" || PHP_SAPI === "\160\150\x70\144\142\147") {
    goto K0;
}
if (!headers_sent()) {
    goto a1;
}
goto ZN;
K0:
fwrite(STDERR, $CK);
goto ZN;
a1:
echo $CK;
ZN:
SK:
trigger_error($CK, E_USER_ERROR);
dv:
require_once __DIR__ . "\57\x63\x6f\155\x70\x6f\163\145\x72\x2f\141\165\x74\157\154\157\141\x64\137\x72\145\x61\x6c\56\x70\150\x70";
return ComposerAutoloaderInitd8a1451f4469080650debc98984d829e::getLoader();

Function Calls

None

Variables

None

Stats

MD5 39d43175eeb2aa06dd9ef2ea31af9071
Eval Count 0
Decode Time 64 ms