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 echo "START\n"; echo strtoupper(file_get_contents('php://stdin')), "\n"; echo "END!..

Decoded Output download

START

Did this file decode correctly?

Original Code

<?php

echo "START\n";
echo strtoupper(file_get_contents('php://stdin')), "\n";
echo "END!";

exit(1);

Function Calls

strtoupper 1
file_get_contents 1

Variables

None

Stats

MD5 17025fa8db9fd40ce64c9895fa04c545
Eval Count 0
Decode Time 87 ms