Searched refs:mysqlnd_stmt_field_count (Results 1 – 2 of 2) sorted by relevance
84 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s))
173 #define mysqlnd_stmt_field_count(stmt) (stmt)->m->get_field_count((stmt) TSRMLS_CC) macro223 #define mysqlnd_stmt_store_result(stmt) (!mysqlnd_stmt_field_count((stmt)) ? PASS:((stmt)->m->stor…
Completed in 11 milliseconds