Home
last modified time | relevance | path

Searched refs:mysqli_num_rows (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/minecraft/
H A Dbukkit-statistician-killshostile85 print('blaze.value ' . mysqli_num_rows($result) . "\n");
91 print('spider.value ' . mysqli_num_rows($result) . "\n");
97 print('creeper.value ' . mysqli_num_rows($result) . "\n");
103 print('ghast.value ' . mysqli_num_rows($result) . "\n");
109 print('magmacube.value ' . mysqli_num_rows($result) . "\n");
121 print('skeleton.value ' . mysqli_num_rows($result) . "\n");
127 print('slime.value ' . mysqli_num_rows($result) . "\n");
133 print('witch.value ' . mysqli_num_rows($result) . "\n");
139 print('zombie.value ' . mysqli_num_rows($result) . "\n");
145 print('irongolem.value ' . mysqli_num_rows($result) . "\n");
[all …]
H A Dbukkit-ultrabans-shame78 print('unban.value ' . mysqli_num_rows($result) . "\n");
84 print('kick.value ' . mysqli_num_rows($result) . "\n");
90 print('warning.value ' . mysqli_num_rows($result) . "\n");
96 print('ban.value ' . mysqli_num_rows($result) . "\n");
102 print('ipban.value ' . mysqli_num_rows($result) . "\n");
108 print('fine.value ' . mysqli_num_rows($result) . "\n");
114 print('jail.value ' . mysqli_num_rows($result) . "\n");
120 print('permban.value ' . mysqli_num_rows($result) . "\n");
126 $tmp1 = mysqli_num_rows($result);
132 $tmp2 = mysqli_num_rows($result);
H A Dbukkit-statistician-killspassive77 print('bat.value ' . mysqli_num_rows($result) . "\n");
83 print('chicken.value ' . mysqli_num_rows($result) . "\n");
89 print('mooshroom.value ' . mysqli_num_rows($result) . "\n");
95 print('cow.value ' . mysqli_num_rows($result) . "\n");
101 print('ocelot.value ' . mysqli_num_rows($result) . "\n");
107 print('pig.value ' . mysqli_num_rows($result) . "\n");
113 print('sheep.value ' . mysqli_num_rows($result) . "\n");
119 print('squid.value ' . mysqli_num_rows($result) . "\n");
125 print('villager.value ' . mysqli_num_rows($result) . "\n");
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
19 var_dump(mysqli_num_rows($res));
25 var_dump(mysqli_num_rows($res));
30 var_dump(mysqli_num_rows($res));
37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
22 if ($expected !== ($tmp = mysqli_num_rows($res)))
30 mysqli_num_rows($res);
59 var_dump(mysqli_num_rows($res));
82 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
20 var_dump(mysqli_num_rows($res));
26 var_dump(mysqli_num_rows($res));
31 var_dump(mysqli_num_rows($res));
38 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
43 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
23 if ($expected !== ($tmp = mysqli_num_rows($res)))
31 mysqli_num_rows($res);
60 var_dump(mysqli_num_rows($res));
83 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
20 var_dump(mysqli_num_rows($res));
26 var_dump(mysqli_num_rows($res));
31 var_dump(mysqli_num_rows($res));
38 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
43 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
23 if ($expected !== ($tmp = mysqli_num_rows($res)))
31 mysqli_num_rows($res);
60 var_dump(mysqli_num_rows($res));
83 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
20 var_dump(mysqli_num_rows($res));
26 var_dump(mysqli_num_rows($res));
31 var_dump(mysqli_num_rows($res));
38 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
43 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
23 if ($expected !== ($tmp = mysqli_num_rows($res)))
31 mysqli_num_rows($res);
60 var_dump(mysqli_num_rows($res));
83 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
19 var_dump(mysqli_num_rows($res));
25 var_dump(mysqli_num_rows($res));
30 var_dump(mysqli_num_rows($res));
37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
19 var_dump(mysqli_num_rows($res));
25 var_dump(mysqli_num_rows($res));
30 var_dump(mysqli_num_rows($res));
37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (false !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d

12345678910>>...12