Home
last modified time | relevance | path

Searched refs:mysqli_fetch_row (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
16 if (!is_null($tmp = @mysqli_fetch_row()))
19 if (!is_null($tmp = @mysqli_fetch_row($link)))
28 var_dump(mysqli_fetch_row($res));
31 var_dump(mysqli_fetch_row($res));
35 var_dump(mysqli_fetch_row($res));
57 Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d
H A D015.phpt53 $row = mysqli_fetch_row($result);
68 $row = mysqli_fetch_row($result);
H A D014.phpt49 if (!$row = mysqli_fetch_row($result))
68 if (!$row = mysqli_fetch_row($result))
H A D043.phpt34 $test = mysqli_fetch_row($result);
H A D013.phpt41 $d = mysqli_fetch_row($result);
H A D057.phpt54 $row = mysqli_fetch_row($result);
H A Dmysqli_num_rows.phpt63 $row = mysqli_fetch_row($res);
H A D061.phpt53 while (($row = mysqli_fetch_row($result))) {
H A Dmysqli_auth_pam.phpt37 $pam_use_cleartext_plugin = mysqli_fetch_row($res);
H A Dmysqli_class_mysqli_result_interface.phpt20 assert(mysqli_fetch_row($res) === $row);
H A Dmysqli_poll_mixing_insert_select.phpt128 if (!$row = mysqli_fetch_row($res))
H A Dmysqli_expire_password.phpt23 $row = mysqli_fetch_row($result);
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.h49 PHP_FUNCTION(mysqli_fetch_row);
H A Dmysqli_fe.c438 PHP_FE(mysqli_fetch_row, arginfo_mysqli_only_result)
618 PHP_FALIAS(fetch_row, mysqli_fetch_row, arginfo_mysqli_no_params)
H A Dmysqli_api.c1298 PHP_FUNCTION(mysqli_fetch_row) argument

Completed in 23 milliseconds