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 /** * Start xhprof profiler * * @phpstub * * @param int $flags * @param array..

Decoded Output download

<?php

/**
 * Start xhprof profiler
 *
 * @phpstub
 *
 * @param int $flags
 * @param array $options
 *
 * @return void null
 */
function xhprof_enable($flags = false, $options = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Start xhprof profiler
 *
 * @phpstub
 *
 * @param int $flags
 * @param array $options
 *
 * @return void null
 */
function xhprof_enable($flags = false, $options = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 64e97c6d31cc95396bf9eee0ddeaef83
Eval Count 0
Decode Time 83 ms