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 XML parser error string * * @phpstub * * @param int $code * * @ret..

Decoded Output download

<?php

/**
 * Get XML parser error string
 *
 * @phpstub
 *
 * @param int $code
 *
 * @return string Returns a string with a textual description of the error
 *                , or false if no description was found.
 */
function xml_error_string($code)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get XML parser error string
 *
 * @phpstub
 *
 * @param int $code
 *
 * @return string Returns a string with a textual description of the error
 *                , or false if no description was found.
 */
function xml_error_string($code)
{
}

Function Calls

None

Variables

None

Stats

MD5 36b59b69e340f21a893c2ed2f2327402
Eval Count 0
Decode Time 84 ms