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 /** * Sets the object in which to resolve callback functions * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Sets the object in which to resolve callback functions
 *
 * @phpstub
 *
 * @param resource $processor
 * @param object $obj
 *
 * @return bool 
 */
function xslt_set_object($processor, &$obj)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the object in which to resolve callback functions
 *
 * @phpstub
 *
 * @param resource $processor
 * @param object $obj
 *
 * @return bool 
 */
function xslt_set_object($processor, &$obj)
{
}

Function Calls

None

Variables

None

Stats

MD5 977b72eae1e6243ac9e0a1f7784996af
Eval Count 0
Decode Time 93 ms