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 /** * Register the given namespace in the passed XPath context * * @phpstub * ..

Decoded Output download

<?php

/**
 * Register the given namespace in the passed XPath context
 *
 * @phpstub
 *
 * @param XPathContext $xpath_context
 * @param object $context_node
 *
 * @return bool 
 */
function xpath_register_ns_auto($xpath_context, $context_node = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Register the given namespace in the passed XPath context
 *
 * @phpstub
 *
 * @param XPathContext $xpath_context
 * @param object $context_node
 *
 * @return bool 
 */
function xpath_register_ns_auto($xpath_context, $context_node = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9faf53dbe7fca2256acff67b71bb688a
Eval Count 0
Decode Time 81 ms