Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

if (preg_replace('/[^\x30-\x39\x41-\x5a\x5f\x61-\x7a]/', '', $name) != $name) {..

Decoded Output download

<?  if (preg_replace('/[^0-9A-Z_a-z]/', '', $name) != $name) { ?>

Did this file decode correctly?

Original Code

if (preg_replace('/[^\x30-\x39\x41-\x5a\x5f\x61-\x7a]/', '', $name) != $name) {

Function Calls

None

Variables

None

Stats

MD5 af248c382fdaa8eff2e9b4a372e38b85
Eval Count 0
Decode Time 229 ms