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 namespace Gene; /** * Exception * * @author sasou<[email protected]> * @vers..

Decoded Output download

<?php
namespace Gene;

/**
 * Exception
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Exception
{
    protected $file;
    protected $line;
    protected $message;
    protected $code;
    protected $previous;

    /**
     * setErrorHandler
     * 
     * @param mixed $callback callback
     * @param mixed $error_type error_type
     * @return mixed
     */
    public static function setErrorHandler($callback, $error_type) {

    }

    /**
     * setExceptionHandler
     * 
     * @param mixed $callback callback
     * @return mixed
     */
    public static function setExceptionHandler($callback) {

    }

    /**
     * doException
     * 
     * @param mixed $ex ex
     * @return mixed
     */
    public static function doException($ex) {

    }

    /**
     * doError
     * 
     * @param mixed $code code
     * @param mixed $msg msg
     * @param mixed $file file
     * @param mixed $line line
     * @param mixed $params params
     * @return mixed
     */
    public static function doError($code, $msg, $file, $line, $params) {

    }

    /**
     * __clone
     * 
     * @return mixed
     */
    private function __clone() {

    }

    /**
     * __construct
     * 
     * @param mixed $message message
     * @param mixed $code code
     * @param mixed $previous previous
     * @return mixed
     */
    public function __construct($message, $code, $previous) {

    }

    /**
     * __wakeup
     * 
     * @return mixed
     */
    public function __wakeup() {

    }

    /**
     * getMessage
     * 
     * @return mixed
     */
    public function getMessage() {

    }

    /**
     * getCode
     * 
     * @return mixed
     */
    public function getCode() {

    }

    /**
     * getFile
     * 
     * @return mixed
     */
    public function getFile() {

    }

    /**
     * getLine
     * 
     * @return mixed
     */
    public function getLine() {

    }

    /**
     * getTrace
     * 
     * @return mixed
     */
    public function getTrace() {

    }

    /**
     * getPrevious
     * 
     * @return mixed
     */
    public function getPrevious() {

    }

    /**
     * getTraceAsString
     * 
     * @return mixed
     */
    public function getTraceAsString() {

    }

    /**
     * __toString
     * 
     * @return mixed
     */
    public function __toString() {

    }

} ?>

Did this file decode correctly?

Original Code

<?php
namespace Gene;

/**
 * Exception
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Exception
{
    protected $file;
    protected $line;
    protected $message;
    protected $code;
    protected $previous;

    /**
     * setErrorHandler
     * 
     * @param mixed $callback callback
     * @param mixed $error_type error_type
     * @return mixed
     */
    public static function setErrorHandler($callback, $error_type) {

    }

    /**
     * setExceptionHandler
     * 
     * @param mixed $callback callback
     * @return mixed
     */
    public static function setExceptionHandler($callback) {

    }

    /**
     * doException
     * 
     * @param mixed $ex ex
     * @return mixed
     */
    public static function doException($ex) {

    }

    /**
     * doError
     * 
     * @param mixed $code code
     * @param mixed $msg msg
     * @param mixed $file file
     * @param mixed $line line
     * @param mixed $params params
     * @return mixed
     */
    public static function doError($code, $msg, $file, $line, $params) {

    }

    /**
     * __clone
     * 
     * @return mixed
     */
    private function __clone() {

    }

    /**
     * __construct
     * 
     * @param mixed $message message
     * @param mixed $code code
     * @param mixed $previous previous
     * @return mixed
     */
    public function __construct($message, $code, $previous) {

    }

    /**
     * __wakeup
     * 
     * @return mixed
     */
    public function __wakeup() {

    }

    /**
     * getMessage
     * 
     * @return mixed
     */
    public function getMessage() {

    }

    /**
     * getCode
     * 
     * @return mixed
     */
    public function getCode() {

    }

    /**
     * getFile
     * 
     * @return mixed
     */
    public function getFile() {

    }

    /**
     * getLine
     * 
     * @return mixed
     */
    public function getLine() {

    }

    /**
     * getTrace
     * 
     * @return mixed
     */
    public function getTrace() {

    }

    /**
     * getPrevious
     * 
     * @return mixed
     */
    public function getPrevious() {

    }

    /**
     * getTraceAsString
     * 
     * @return mixed
     */
    public function getTraceAsString() {

    }

    /**
     * __toString
     * 
     * @return mixed
     */
    public function __toString() {

    }

}

Function Calls

None

Variables

None

Stats

MD5 f342d306d5ceef8034d7674ae635fd74
Eval Count 0
Decode Time 103 ms