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

Decoded Output download

<?php
namespace Gene;

/**
 * Benchmark
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Benchmark
{

    /**
     * start
     * 
     * @return mixed
     */
    public static function start() {

    }

    /**
     * end
     * 
     * @return mixed
     */
    public static function end() {

    }

    /**
     * time
     * 
     * @param mixed $type type
     * @return mixed
     */
    public static function time($type) {

    }

    /**
     * memory
     * 
     * @param mixed $type type
     * @return mixed
     */
    public static function memory($type) {

    }

} ?>

Did this file decode correctly?

Original Code

<?php
namespace Gene;

/**
 * Benchmark
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Benchmark
{

    /**
     * start
     * 
     * @return mixed
     */
    public static function start() {

    }

    /**
     * end
     * 
     * @return mixed
     */
    public static function end() {

    }

    /**
     * time
     * 
     * @param mixed $type type
     * @return mixed
     */
    public static function time($type) {

    }

    /**
     * memory
     * 
     * @param mixed $type type
     * @return mixed
     */
    public static function memory($type) {

    }

}

Function Calls

None

Variables

None

Stats

MD5 cc6b8b5bf8c8f347518abe5c2a21612f
Eval Count 0
Decode Time 65 ms