Home
last modified time | relevance | path

Searched refs:fetch_assoc (Results 1 – 25 of 45) sorted by relevance

12

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt33 var_dump($res->fetch_assoc());
36 var_dump($res->fetch_assoc());
44 var_dump($res->fetch_assoc());
49 $res->fetch_assoc();
H A Dbug55582.phpt23 var_dump($res->fetch_assoc());
29 var_dump($res->fetch_assoc());
H A Dbug31668.phpt17 while ($arr = $res->fetch_assoc()) {
31 while ($arr = $res->fetch_assoc()) {
H A Dmysqli_autocommit_oo.phpt36 $tmp = $res->fetch_assoc();
46 $tmp = $res->fetch_assoc();
67 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
82 $tmp = $res->fetch_assoc();
102 $tmp = $res->fetch_assoc();
116 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
H A Dmysqli_connect_oo_defaults.phpt35 $tmp = $res->fetch_assoc();
58 var_dump($res->fetch_assoc());
76 var_dump($res->fetch_assoc());
94 var_dump($res->fetch_assoc());
117 $tmp = $res->fetch_assoc();
H A Dbug51647.phpt58 while ($row = $res->fetch_assoc())
68 if (!$row = $res->fetch_assoc())
88 while ($row = $res->fetch_assoc())
98 if (!$row = $res->fetch_assoc())
H A Dps_cursor_multiple_result_sets.phpt62 while ($row = $result->fetch_assoc()) {
68 while ($row = $result->fetch_assoc()) {
H A Dmysqli_store_result_copy.phpt36 var_dump($res->fetch_assoc());
42 while ($row = $res->fetch_assoc()) {
67 $row = $res->fetch_assoc();
88 while ($row = $res->fetch_assoc()) {
103 while ($row = $res->fetch_assoc()) {
142 var_dump($res->fetch_assoc());
153 var_dump($res->fetch_assoc());
H A D069.phpt17 while ($arr = $res->fetch_assoc()) {
H A Dmysqli_change_user_oo.phpt46 $tmp = $res->fetch_assoc();
56 $tmp = $res->fetch_assoc();
66 $tmp = $res->fetch_assoc();
H A Dbug66124.phpt54 while ($row = $result->fetch_assoc()) {
83 while ($row = $result->fetch_assoc()) {
H A Dbug77935.phpt29 while ($row = $result->fetch_assoc()) {
H A Dbug75018.phpt29 while ($row = $result->fetch_assoc()) {
H A Dmysqli_data_seek_oo.phpt31 $row = $res->fetch_assoc();
38 $row = $res->fetch_assoc();
H A Dmysqli_character_set_name_oo.phpt22 $tmp = $res->fetch_assoc();
33 $tmp = $res->fetch_assoc();
H A Dmysqli_fetch_lengths_oo.phpt21 while ($row = $res->fetch_assoc())
H A Dmysqli_mysqlnd_read_timeout_long.phpt35 var_dump($res->fetch_assoc());
H A Dmysqli_mysqlnd_read_timeout_zero.phpt34 var_dump($res->fetch_assoc());
H A Dmysqli_change_user_new.phpt36 var_dump($res->fetch_assoc());
H A Dmysqli_real_connect_compression_error.phpt12 if ($result->fetch_assoc()['Value'] < 0xffffff) {
H A Dmysqli_pam_sha256.phpt27 while ($row = $res->fetch_assoc()) {
40 if (!($row = $res->fetch_assoc())) {
H A Dbug52891.phpt88 while ($row = $result->fetch_assoc()) {
92 while ($row = $result2->fetch_assoc()) {
H A Dmysqli_pam_sha256_public_key_ini.phpt27 while ($row = $res->fetch_assoc()) {
40 if (!($row = $res->fetch_assoc())) {
H A Dbug_bits.phpt39 while ($row = $res->fetch_assoc()) {
H A Dbug42548.phpt34 while ($row = $objResult->fetch_assoc()) {

Completed in 19 milliseconds

12