Searched defs:log (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3ext.h | 206 void (*log)(int,const char*,...); member in struct:sqlite3_api_routines 406 #define sqlite3_log sqlite3_api->log
|
| /PHP_5_4/ext/standard/ |
| H A D | php_math.h | 41 PHP_FUNCTION(log); variable
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_debug.h | 33 enum_func_status (*log)(MYSQLND_DEBUG * self, unsigned int line, const char * const file, member in struct:st_mysqlnd_debug_methods 99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0) 100 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE) (dbg_obj)->m->log((dbg_obj), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0)
|
Completed in 5 milliseconds