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 /** * Creates new xpath context * * @phpstub * * @param domdocument $dom_docum..

Decoded Output download

<?php

/**
 * Creates new xpath context
 *
 * @phpstub
 *
 * @param domdocument $dom_document
 *
 * @return XPathContext
 */
function xpath_new_context($dom_document)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates new xpath context
 *
 * @phpstub
 *
 * @param domdocument $dom_document
 *
 * @return XPathContext
 */
function xpath_new_context($dom_document)
{
}

Function Calls

None

Variables

None

Stats

MD5 754a8a767a3554b2b01aa9e89f287942
Eval Count 0
Decode Time 84 ms