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 ini_set('html_errors', '0'); ini_set('xdebug.overload_var_dump', '0'); var_dump(ge..

Decoded Output download

<?php

ini_set('html_errors', '0');
ini_set('xdebug.overload_var_dump', '0');

var_dump(getenv('PATH') ? 'Y' : 'N');
usleep(10000);
var_dump(getenv('FOO'));
 ?>

Did this file decode correctly?

Original Code

<?php

ini_set('html_errors', '0');
ini_set('xdebug.overload_var_dump', '0');

var_dump(getenv('PATH') ? 'Y' : 'N');
usleep(10000);
var_dump(getenv('FOO'));

Function Calls

getenv 1
ini_set 2

Variables

None

Stats

MD5 4a321a6b94f2ad8b265acebaf91135be
Eval Count 0
Decode Time 88 ms