Searched refs:mysqlnd_stmt_warning_count (Results 1 – 3 of 3) sorted by relevance
37 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s))
305 if (mysqlnd_stmt_warning_count(stmt->stmt)) {
175 #define mysqlnd_stmt_warning_count(stmt) (stmt)->m->get_warning_count((stmt) TSRMLS_CC) macro
Completed in 7 milliseconds