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 /** * Get options on a given xsl processor * * @phpstub * * @param resource $p..

Decoded Output download

<?php

/**
 * Get options on a given xsl processor
 *
 * @phpstub
 *
 * @param resource $processor
 *
 * @return int Returns the options, a bitmask constructed with the
 *             constants.
 */
function xslt_getopt($processor)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get options on a given xsl processor
 *
 * @phpstub
 *
 * @param resource $processor
 *
 * @return int Returns the options, a bitmask constructed with the
 *             constants.
 */
function xslt_getopt($processor)
{
}

Function Calls

None

Variables

None

Stats

MD5 bf0482e300882ee086577858bcdd51fa
Eval Count 0
Decode Time 88 ms