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 current column number for an XML parser * * @phpstub * * @param reso..
Decoded Output download
<?php
/**
* Get current column number for an XML parser
*
* @phpstub
*
* @param resource $parser
*
* @return int This function returns false if does
* not refer to a valid parser, or else it returns which column on
* the current line (as given by
* ) the parser is
* currently at.
*/
function xml_get_current_column_number($parser)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get current column number for an XML parser
*
* @phpstub
*
* @param resource $parser
*
* @return int This function returns false if does
* not refer to a valid parser, or else it returns which column on
* the current line (as given by
* ) the parser is
* currently at.
*/
function xml_get_current_column_number($parser)
{
}
Function Calls
None |
Stats
MD5 | 1d3f9d6fc36f79b30f3c370f202f4df6 |
Eval Count | 0 |
Decode Time | 73 ms |