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 /** * Stops xhprof profiler * * @phpstub * * @return array An ``array`` of xhp..

Decoded Output download

<?php

/**
 * Stops xhprof profiler
 *
 * @phpstub
 *
 * @return array An ``array`` of xhprof data, from the run.
 */
function xhprof_disable()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stops xhprof profiler
 *
 * @phpstub
 *
 * @return array An ``array`` of xhprof data, from the run.
 */
function xhprof_disable()
{
}

Function Calls

None

Variables

None

Stats

MD5 79913a88eae020a10363f47d62c84885
Eval Count 0
Decode Time 88 ms