Home
last modified time | relevance | path

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

123456789

/dports/lang/php73/php-7.3.33/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);
/dports/databases/php74-mysqli/php-7.4.27/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);
/dports/lang/php74/php-7.4.27/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);
/dports/www/mod_php73/php-7.3.33/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
/dports/databases/php73-mysqli/php-7.3.33/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);
/dports/www/mod_php74/php-7.4.27/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
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
18 var_dump(mysqli_fetch_row($res));
21 var_dump(mysqli_fetch_row($res));
26 mysqli_fetch_row($res);
H A D015.phpt53 $row = mysqli_fetch_row($result);
68 $row = mysqli_fetch_row($result);
/dports/databases/php81-mysqli/php-8.1.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);
/dports/www/mod_php81/php-8.1.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);
/dports/lang/php81/php-8.1.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);
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
18 var_dump(mysqli_fetch_row($res));
21 var_dump(mysqli_fetch_row($res));
26 mysqli_fetch_row($res);
H A D015.phpt53 $row = mysqli_fetch_row($result);
68 $row = mysqli_fetch_row($result);
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_row.phpt2 mysqli_fetch_row()
18 var_dump(mysqli_fetch_row($res));
21 var_dump(mysqli_fetch_row($res));
26 mysqli_fetch_row($res);
/dports/www/mythplugin-mythweb/mythweb-31.0/classes/Database/Query/
H A Dmysqlicompat.php85 while ($row = mysqli_fetch_row($sh))
118 list($return) = mysqli_fetch_row($this->sh);
136 return mysqli_fetch_row($this->sh);
H A Dmysql.php99 list($return) = mysqli_fetch_row($this->sh);
117 return mysqli_fetch_row($this->sh);
/dports/www/orangehrm/orangehrm-4.9/upgrader/apps/upgrader/lib/schemaIncrementTasks/
H A DSchemaIncrementTask58.php394 $row = mysqli_fetch_row($result);
426 while ($row = mysqli_fetch_row($result)) {
451 while ($row = mysqli_fetch_row($result)) {
476 while ($row = mysqli_fetch_row($result)) {
H A DSchemaIncrementTask55.php63 $row = mysqli_fetch_row($result);
925 $lengthCountRow = mysqli_fetch_row($lengthCountRes);
933 $daysUsedResRow = mysqli_fetch_row($daysUsedRes);
950 $lastIdRow = mysqli_fetch_row($lastIdRes);

123456789