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

Signing you up...

Thank you for signing up!

PHP Decode

class kernel { private static $_url_bindArray; public static function run() ..

Decoded Output download

<?  class kernel 
{ 
    private static $_url_bindArray; 
    public static function run() 
    { 
        self::_check_auth_sn(); 
        self::_check_cache(); 
 
        $_path_info = self::_get_path_info(); 
        $_path_info = self::_check_url_bind($_path_info); 
        $_path_info = self::_check_route($_path_info); 
        $_ctrl = self::_get_ctrl($_path_info); 
        $_ctrl_name = self::_get_ctrl_name($_ctrl); 
        self::_init_boot(); 
 
        self::exec($_ctrl_name); 
    }} ?>

Did this file decode correctly?

Original Code

class kernel
{
    private static $_url_bindArray;
    public static function run()
    {
        self::_check_auth_sn();
        self::_check_cache();

        $_path_info = self::_get_path_info();
        $_path_info = self::_check_url_bind($_path_info);
        $_path_info = self::_check_route($_path_info);
        $_ctrl = self::_get_ctrl($_path_info);
        $_ctrl_name = self::_get_ctrl_name($_ctrl);
        self::_init_boot();

        self::exec($_ctrl_name);
    }}

Function Calls

None

Variables

None

Stats

MD5 7d1a9f6c23d4e7179249f544dc38348a
Eval Count 0
Decode Time 45 ms