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

Signing you up...

Thank you for signing up!

PHP Decode

<?php public function getHiddenPhone($yx) { $Fw = "\x78\170\x78\x78\170\170..

Decoded Output download

<?php 
public function getHiddenPhone($yx) 
    { 
        $Fw = "xxxxxxx" . substr($yx, strlen($yx) - 3); 
        return $Fw; 
    } 
 
public function isCurlInstalled() 
    { 
        if (in_array("curl", get_loaded_extensions())) { 
            goto C6; 
        } 
        return 0; 
        goto ey; 
        C6: 
        return 1; 
        ey: 
    } ?>

Did this file decode correctly?

Original Code

<?php
public function getHiddenPhone($yx)
    {
        $Fw = "\x78\170\x78\x78\170\170\170" . substr($yx, strlen($yx) - 3);
        return $Fw;
    }

public function isCurlInstalled()
    {
        if (in_array("\143\165\x72\x6c", get_loaded_extensions())) {
            goto C6;
        }
        return 0;
        goto ey;
        C6:
        return 1;
        ey:
    }

Function Calls

None

Variables

None

Stats

MD5 6be71eebf9346de08fc8895d4e24c48e
Eval Count 0
Decode Time 32 ms