Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
17 var_dump(mysqli_fetch_row($res));
20 var_dump(mysqli_fetch_row($res));
25 mysqli_fetch_row($res);
H A D043.phpt35 $test = mysqli_fetch_row($result);
H A Dmysqli_num_rows.phpt56 mysqli_fetch_row($res);
H A D057.phpt54 $row = mysqli_fetch_row($result);
H A Dmysqli_class_mysqli_result_interface.phpt19 assert(mysqli_fetch_row($res) === $row);
H A Dmysqli_auth_pam.phpt37 $pam_use_cleartext_plugin = mysqli_fetch_row($res);
H A Dmysqli_expire_password.phpt23 $row = mysqli_fetch_row($result);
H A Dmysqli_poll_mixing_insert_select.phpt124 if (!$row = mysqli_fetch_row($res))
/php-src/ext/mysqli/tests/transactions/
H A D014.phpt31 $row = mysqli_fetch_row($result);
45 $row = mysqli_fetch_row($result);
H A D015.phpt30 $row = mysqli_fetch_row($result);
43 $row = mysqli_fetch_row($result);
/php-src/ext/mysqli/tests/bind_fetch/
H A Didentical_fetch_row.phpt39 $d = mysqli_fetch_row($result);
/php-src/ext/mysqli/
H A Dmysqli.stub.php1433 function mysqli_fetch_row(mysqli_result $result): array|null|false {}
H A Dmysqli_arginfo.h736 ZEND_FUNCTION(mysqli_fetch_row);
850 ZEND_FE(mysqli_fetch_row, arginfo_mysqli_fetch_row)
H A Dmysqli_api.c775 PHP_FUNCTION(mysqli_fetch_row) in PHP_FUNCTION() argument

Completed in 26 milliseconds