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 var_dump(scandir('/tmp')); var_dump($_SERVER); ?>..
Decoded Output download
<?php
var_dump(scandir('/tmp'));
var_dump($_SERVER);
?>
Did this file decode correctly?
Original Code
<?php
var_dump(scandir('/tmp'));
var_dump($_SERVER);
?>
Function Calls
scandir | 1 |
Stats
MD5 | 637a980abb6dde573183102f3ed98ee8 |
Eval Count | 0 |
Decode Time | 89 ms |