Home
last modified time | relevance | path

Searched refs:fetch_row (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dbug52082.phpt17 var_dump($link->query("show variables like 'character_set_client'")->fetch_row());
18 var_dump($link->query("show variables like 'character_set_connection'")->fetch_row());
20 var_dump($link->query("show variables like 'character_set_client'")->fetch_row());
21 var_dump($link->query("show variables like 'character_set_connection'")->fetch_row());
H A D074.phpt17 var_dump($result->fetch_row());
21 var_dump($result->fetch_row());
H A Dbug55283.phpt17 $row = $res->fetch_row();
20 while ($row = $res->fetch_row())
49 var_dump($r->fetch_row());
57 var_dump($r2->fetch_row());
H A Dbug33491.phpt17 $result->fetch_row(); // <- Here be crash
29 Fatal error: Call to a member function fetch_row() on a non-object in %sbug33491.php on line %d
H A D062.phpt18 $row = $myresult->fetch_row();
H A D049.phpt18 $row = $result->fetch_row();
H A Dbug51647.phpt17 $row = $res->fetch_row();
20 while ($row = $res->fetch_row())
H A Dbug34785.phpt41 $row = $result->fetch_row();
H A Dbug29311.phpt41 $row = $result->fetch_row();
H A Dbug49027.phpt21 var_dump($link->query("SELECT 42")->fetch_row());
H A Dmysqli_class_mysqli_result_interface.phpt16 $row = $mysqli_result->fetch_row();
37 'fetch_row' => true,
H A Dbug_mysql_49406.phpt21 if (!$row = $res->fetch_row())
H A Dmysqli_stmt_bind_param_many_columns.phpt32 list($old_max_allowed_packet) = $link->query("SELECT @@max_allowed_packet")->fetch_row();
H A Dmysqli_stmt_bind_limits.phpt92 $row = $res->fetch_row();
H A Dconnect.inc134 ($row = $res->fetch_row()) &&
H A Dmysqli_class_mysqli_result_reflection.phpt254 Inspecting method 'fetch_row'
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c865 result->m.fetch_row = result->m.fetch_row_normal_unbuffered; in MYSQLND_METHOD()
874 result->m.fetch_row = NULL; in MYSQLND_METHOD()
1235 result->m.fetch_row = result->m.fetch_row_normal_buffered; in MYSQLND_METHOD()
1280 !result->unbuf->eof_reached && result->m.fetch_row) in MYSQLND_METHOD()
1288 …while ((PASS == result->m.fetch_row(result, NULL, 0, &fetched_anything TSRMLS_CC)) && fetched_anyt… in MYSQLND_METHOD()
1476 if (!result->m.fetch_row) { in MYSQLND_METHOD()
1485 …if (FAIL == result->m.fetch_row(result, (void *)return_value, flags, &fetched_anything TSRMLS_CC))… in MYSQLND_METHOD()
1517 if (result->m.fetch_row) { in MYSQLND_METHOD()
1518 if (result->m.fetch_row == result->m.fetch_row_normal_buffered) { in MYSQLND_METHOD()
1520 } else if (result->m.fetch_row == result->m.fetch_row_normal_unbuffered) { in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_ps.c99 result->m.fetch_row = mysqlnd_stmt_fetch_row_buffered; in MYSQLND_METHOD()
963 result->m.fetch_row = stmt->cursor_exists? mysqlnd_fetch_stmt_row_cursor: in MYSQLND_METHOD()
1163 ret = stmt->result->m.fetch_row(stmt->result, (void*)s, 0, fetched_anything TSRMLS_CC); in MYSQLND_METHOD()
1793 result->m.fetch_row = result->m.fetch_row_normal_unbuffered; in MYSQLND_METHOD()
H A Dmysqlnd_structs.h610 typedef mysqlnd_fetch_row_func fetch_row; typedef
651 mysqlnd_fetch_row_func fetch_row; member
H A Dmysqlnd.c1493 result->m.fetch_row = result->m.fetch_row_normal_unbuffered;
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c588 PHP_FALIAS(fetch_row, mysqli_fetch_row, arginfo_mysqli_no_params)

Completed in 40 milliseconds