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

Signing you up...

Thank you for signing up!

PHP Decode

var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u2..

Decoded Output download

<?  var cx = /[-----]/g, 
        escapable = /[\\"-------]/g, 
        gap, 
        indent, 
        meta = {    // table of character substitutions 
            '': '\b', 
            '	': '\t', 
            '
': '\n', 
            '': '\f', 
            '
': '\r', 
            '"' : '\"', 
            '\': '\\' 
        }, 
        rep; ?>

Did this file decode correctly?

Original Code

var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
        gap,
        indent,
        meta = {    // table of character substitutions
            '\b': '\\b',
            '\t': '\\t',
            '\n': '\\n',
            '\f': '\\f',
            '\r': '\\r',
            '"' : '\\"',
            '\\': '\\\\'
        },
        rep;

Function Calls

None

Variables

None

Stats

MD5 214aa42f6321dbb5301caa5e3b081fa1
Eval Count 0
Decode Time 231 ms