Searched refs:mysql_fetch_row (Results 1 – 6 of 6) sorted by relevance
2 mysql_fetch_row (OO-Style)
83 while ((row = mysql_fetch_row(result))) { in php_get_warnings()
1032 if (!(row = mysql_fetch_row(result))) { in php_mysqli_fetch_into_hash_aux()
54 #define mysql_fetch_row(r) mysqlnd_fetch_row_c((r)) macro
613 if ((S->current_data = mysql_fetch_row(S->result)) == NULL) { in pdo_mysql_stmt_fetch()
376 ... mysql_fetch_row(state->result) ...
Completed in 15 milliseconds