Home
last modified time | relevance | path

Searched refs:mysql_fetch_row (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/mysqli/tests/
H A D049.phpt2 mysql_fetch_row (OO-Style)
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h56 #define mysql_fetch_row(r) mysqlnd_fetch_row_c((r)) macro
/PHP-7.2/ext/mysqli/
H A Dmysqli_warning.c85 while ((row = mysql_fetch_row(result))) { in php_get_warnings()
H A Dmysqli.c1159 if (!(row = mysql_fetch_row(result))) { in php_mysqli_fetch_into_hash_aux()
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c666 if ((S->current_data = mysql_fetch_row(S->result)) == NULL) {
/PHP-7.2/
H A DREADME.STREAMS352 ... mysql_fetch_row(state->result) ...

Completed in 23 milliseconds