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 function testFunction() { return 'This ' . 'is a ' . 'test ' . 'strin' . 'g...

Decoded Output download

<?php 
 
function testFunction() { 
    return 'This ' . 'is a ' . 'test ' . 'strin' . 'g.'; 
} 
$_0xDPCaC = 'Hello'; 
echo $_0xDPCaC . ' Worl' . 'd!' . PHP_EOL; 
echo 0x0+0x3039;0x1+0x3038;0x1-0x3038;0x2+0x3037;0x2-0x3037; 
 
$_0xAjzkx = [0x0 + 0x541, 0x1 + 0x540, 0x1 - 0x540, 0x2 + 0x53f, 0x2 - 0x53f, 'arbol']; 
 
$_0xagLM8 = ![]; 
if ($_0xagLM8) { 
    echo 'This ' . 'is tr' . 'ue'; 
} 
 
?>

Did this file decode correctly?

Original Code

<?php

function testFunction() {
    return 'This ' . 'is a ' . 'test ' . 'strin' . 'g.';
}
$_0xDPCaC = 'Hello';
echo $_0xDPCaC . ' Worl' . 'd!' . PHP_EOL;
echo 0x0+0x3039;0x1+0x3038;0x1-0x3038;0x2+0x3037;0x2-0x3037;

$_0xAjzkx = [0x0 + 0x541, 0x1 + 0x540, 0x1 - 0x540, 0x2 + 0x53f, 0x2 - 0x53f, 'arbol'];

$_0xagLM8 = ![];
if ($_0xagLM8) {
    echo 'This ' . 'is tr' . 'ue';
}

?>

Function Calls

None

Variables

None

Stats

MD5 73dd5174be8c316128972bdf5a0784c8
Eval Count 0
Decode Time 45 ms