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 /** * Fetches the next row from a result set as an array * * @phpstub * * @par..
Decoded Output download
<?php
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param resource $result
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result, $result_type = false, $decode_binary = true)
{
}
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result_type = false, $decode_binary = true)
{
}
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result_type = false, $decode_binary = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param resource $result
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result, $result_type = false, $decode_binary = true)
{
}
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result_type = false, $decode_binary = true)
{
}
/**
* Fetches the next row from a result set as an array
*
* @phpstub
*
* @param int $result_type
* @param bool $decode_binary
*
* @return array
*/
function sqlite_fetch_array($result_type = false, $decode_binary = true)
{
}
Function Calls
| None |
Stats
| MD5 | a96cebfdf0148a0fc5579605e8b28d68 |
| Eval Count | 0 |
| Decode Time | 87 ms |