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_match( '/[\x00-\x20\x22\x28-\x29\x2c\x2f\x3a-\x40\x5c\x7b\..
Decoded Output download
<? if (preg_match(
'/[- "(-),/:-@\{}]/',
$name ?>
Did this file decode correctly?
Original Code
if (preg_match(
'/[\x00-\x20\x22\x28-\x29\x2c\x2f\x3a-\x40\x5c\x7b\x7d\x7f]/',
$name
Function Calls
| None |
Stats
| MD5 | 8f52fe0222c1bb2132c0d32672d60cb1 |
| Eval Count | 0 |
| Decode Time | 84 ms |