PDO_DBG_ERR        43 ext/pdo_mysql/php_pdo_mysql_int.h #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0)
PDO_DBG_ERR        54 ext/pdo_mysql/php_pdo_mysql_int.h static inline void PDO_DBG_ERR(char *msg) {}