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 /** * Generates a backtrace * * @phpstub * * @param int $options * @param int..

Decoded Output download

<?php

/**
 * Generates a backtrace
 *
 * @phpstub
 *
 * @param int $options
 * @param int $limit
 *
 * @return array Returns an array of associative ``array``s. The possible returned elements
 *               are as follows:
 */
function debug_backtrace($options = false, $limit = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates a backtrace
 *
 * @phpstub
 *
 * @param int $options
 * @param int $limit
 *
 * @return array Returns an array of associative ``array``s. The possible returned elements
 *               are as follows:
 */
function debug_backtrace($options = false, $limit = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 2d09e5b33d0c69c882a15353ffb33a05
Eval Count 0
Decode Time 122 ms