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 /** * Set up default handler * * @phpstub * * @param resource $parser * @para..

Decoded Output download

<?php

/**
 * Set up default handler
 *
 * @phpstub
 *
 * @param resource $parser
 * @param callable $handler
 *
 * @return bool 
 */
function xml_set_default_handler($parser, $handler)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set up default handler
 *
 * @phpstub
 *
 * @param resource $parser
 * @param callable $handler
 *
 * @return bool 
 */
function xml_set_default_handler($parser, $handler)
{
}

Function Calls

None

Variables

None

Stats

MD5 3becc433a4c511eb47f281fb901d637d
Eval Count 0
Decode Time 97 ms