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 /** * Returns a backtrace for each query inspected by the query cache * * @phpst..
Decoded Output download
<?php
/**
* Returns a backtrace for each query inspected by the query cache
*
* @phpstub
*
* @return array An array of query backtrace. Every list entry contains
* the query string, a backtrace and further detail information.
*/
function mysqlnd_qc_get_query_trace_log()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a backtrace for each query inspected by the query cache
*
* @phpstub
*
* @return array An array of query backtrace. Every list entry contains
* the query string, a backtrace and further detail information.
*/
function mysqlnd_qc_get_query_trace_log()
{
}
Function Calls
None |
Stats
MD5 | 171d9618495f11e4ee4fb5d2e609d9d0 |
Eval Count | 0 |
Decode Time | 80 ms |