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 /** * Parse XML data into an array structure * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Parse XML data into an array structure
*
* @phpstub
*
* @param resource $parser
* @param string $data
* @param array $values
* @param array $index
*
* @return int returns 0 for failure and 1 for
* success. This is not the same as false and true, be careful with
* operators such as ===.
*/
function xml_parse_into_struct($parser, $data, &$values, &$index = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Parse XML data into an array structure
*
* @phpstub
*
* @param resource $parser
* @param string $data
* @param array $values
* @param array $index
*
* @return int returns 0 for failure and 1 for
* success. This is not the same as false and true, be careful with
* operators such as ===.
*/
function xml_parse_into_struct($parser, $data, &$values, &$index = array())
{
}
Function Calls
None |
Stats
MD5 | d2ac8089bb0cfa88a31054b4344c4404 |
Eval Count | 0 |
Decode Time | 79 ms |