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 the SAX handlers to be called when the XML document gets processed * *..
Decoded Output download
<?php
/**
* Set the SAX handlers to be called when the XML document gets processed
*
* @phpstub
*
* @param resource $processor
* @param array $handlers
*
* @return void
*/
function xslt_set_sax_handlers($processor, $handlers)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the SAX handlers to be called when the XML document gets processed
*
* @phpstub
*
* @param resource $processor
* @param array $handlers
*
* @return void
*/
function xslt_set_sax_handlers($processor, $handlers)
{
}
Function Calls
None |
Stats
MD5 | dbd4e7e8ad52d7f038b989d74d53a6dd |
Eval Count | 0 |
Decode Time | 97 ms |