Searched refs:_pdo_mysql_error (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 152 extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line); 153 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__) 154 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__)
|
H A D | mysql_driver.c | 42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error() function
|
Completed in 7 milliseconds