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

Signing you up...

Thank you for signing up!

PHP Decode

public static function parseNameId(DOMElement $HR) { $ut = array("\126\141\x..

Decoded Output download

<?  public static function parseNameId(DOMElement $HR) 
    { 
        $ut = array("Value" => trim($HR->textContent)); 
        foreach (array("NameQualifier", "SPNameQualifier", "Format") as $Ml) { 
            if (!$HR->hasAttribute($Ml)) { 
                goto R9; 
            } 
            $ut[$Ml] = $HR->getAttribute($Ml); 
            R9: 
            yA: 
        } 
        dI: 
        return $ut; 
    } ?>

Did this file decode correctly?

Original Code

public static function parseNameId(DOMElement $HR)
    {
        $ut = array("\126\141\x6c\x75\x65" => trim($HR->textContent));
        foreach (array("\116\141\155\x65\121\x75\141\154\x69\x66\151\145\162", "\123\120\x4e\x61\x6d\x65\121\165\x61\x6c\151\x66\x69\145\162", "\x46\157\162\x6d\x61\x74") as $Ml) {
            if (!$HR->hasAttribute($Ml)) {
                goto R9;
            }
            $ut[$Ml] = $HR->getAttribute($Ml);
            R9:
            yA:
        }
        dI:
        return $ut;
    }

Function Calls

None

Variables

None

Stats

MD5 321284dde8709ae6a3c119be3d564834
Eval Count 0
Decode Time 51 ms