Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/
H A Dmysqli_mysqlnd.h37 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s))
H A Dmysqli_warning.c285 if (mysqlnd_stmt_warning_count(stmt->stmt)) {
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd.h175 #define mysqlnd_stmt_warning_count(stmt) (stmt)->m->get_warning_count((stmt)) macro

Completed in 9 milliseconds