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 (strpos($equation, '`') !== false || strpos($equation, '$') !== false || strpos($equa..

Decoded Output download

Error

Did this file decode correctly?

Original Code

  if (strpos($equation, '`') !== false || strpos($equation, '$') !== false || strpos($equation, '[]') !== false || strpos($equation, '{') !== false || strpos($equation, '}') !== false || strpos($equation, '"') !== false || strpos($equation, "'") !== false || strpos($equation, '|') !== false || strpos($equation, '&') !== false) {
        echo "Error";
        return;
    }

Function Calls

strpos 9

Variables

None

Stats

MD5 0cf67ede3fba7fcdc86713695e62c3c1
Eval Count 0
Decode Time 93 ms