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 external entity reference handler * * @phpstub * * @param resourc..
Decoded Output download
<?php
/**
* Set up external entity reference handler
*
* @phpstub
*
* @param resource $parser
* @param callable $handler
*
* @return bool
*/
function xml_set_external_entity_ref_handler($parser, $handler)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set up external entity reference handler
*
* @phpstub
*
* @param resource $parser
* @param callable $handler
*
* @return bool
*/
function xml_set_external_entity_ref_handler($parser, $handler)
{
}
Function Calls
None |
Stats
MD5 | 837acc5a684d1e4d41dc38032d794fdf |
Eval Count | 0 |
Decode Time | 80 ms |