Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
19 var_dump(mysqli_fetch_row($res));
22 var_dump(mysqli_fetch_row($res));
27 mysqli_fetch_row($res);
H A D015.phpt54 $row = mysqli_fetch_row($result);
69 $row = mysqli_fetch_row($result);
H A D014.phpt50 if (!$row = mysqli_fetch_row($result))
69 if (!$row = mysqli_fetch_row($result))
H A D043.phpt35 $test = mysqli_fetch_row($result);
H A D013.phpt42 $d = mysqli_fetch_row($result);
H A Dmysqli_num_rows.phpt58 $row = mysqli_fetch_row($res);
H A D057.phpt54 $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_expire_password.phpt23 $row = mysqli_fetch_row($result);
H A Dmysqli_poll_mixing_insert_select.phpt128 if (!$row = mysqli_fetch_row($res))
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h752 ZEND_FUNCTION(mysqli_fetch_row);
878 ZEND_FE(mysqli_fetch_row, arginfo_mysqli_fetch_row)
1044 …ZEND_ME_MAPPING(fetch_row, mysqli_fetch_row, arginfo_class_mysqli_result_fetch_row, ZEND_ACC_PUBLI…
H A Dmysqli.stub.php845 function mysqli_fetch_row(mysqli_result $result): array|null|false {} function
H A Dmysqli_api.c1279 PHP_FUNCTION(mysqli_fetch_row) argument

Completed in 25 milliseconds