Searched refs:get_error_str (Results 1 – 3 of 3) sorted by relevance
124 #define mysqlnd_error(conn) ((conn)->data)->m->get_error_str((conn)->data)169 #define mysqlnd_stmt_error(stmt) (stmt)->m->get_error_str((stmt))
546 func_mysqlnd_conn_data__get_error_str get_error_str; in MYSQLND_CLASS_METHODS_TYPE() local818 func_mysqlnd_stmt__get_error_str get_error_str; in MYSQLND_CLASS_METHODS_TYPE() local
739 conn->m->get_sqlstate(conn), error_no, conn->m->get_error_str(conn)); in php_mysqli_fetch_into_hash_aux()
Completed in 19 milliseconds