Home
last modified time | relevance | path

Searched refs:_pdo_mysql_error (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h155 extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line);
156 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__)
157 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__)
H A Dmysql_driver.c44 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error() function

Completed in 14 milliseconds