Home
last modified time | relevance | path

Searched refs:get_error_str (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h133 #define mysqlnd_error(conn) ((conn)->data)->m->get_error_str((conn)->data)
178 #define mysqlnd_stmt_error(stmt) (stmt)->m->get_error_str((stmt))
H A Dmysqlnd_structs.h560 func_mysqlnd_conn_data__get_error_str get_error_str; in MYSQLND_CLASS_METHODS_TYPE() local
848 func_mysqlnd_stmt__get_error_str get_error_str; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1213 conn->m->get_sqlstate(conn), error_no, conn->m->get_error_str(conn)); in php_mysqli_fetch_into_hash_aux()

Completed in 19 milliseconds