Home
last modified time | relevance | path

Searched refs:mysqli_warning_count (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_warning_count.phpt2 mysqli_warning_count()
18 if (0 !== ($tmp = mysqli_warning_count($link)))
24 if (1 !== ($tmp = mysqli_warning_count($link)))
30 mysqli_warning_count($link);
H A D041.phpt2 function test: mysqli_warning_count()
21 var_dump(mysqli_warning_count($link));
H A Dmysqli_class_mysqli_interface.phpt234 assert(mysqli_warning_count($link) === $mysqli->warning_count);
237 mysqli_warning_count($link), gettype(mysqli_warning_count($link)));
H A Dmysqli_get_warnings.phpt71 if (($tmp = mysqli_warning_count($link)) !== 2)
H A Dmysqli_class_mysqli_properties_no_conn.phpt186 mysqli_warning_count($mysqli);
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php1075 function mysqli_warning_count(mysqli $mysql): int {} function
H A Dmysqli_arginfo.h839 ZEND_FUNCTION(mysqli_warning_count);
967 ZEND_FE(mysqli_warning_count, arginfo_mysqli_warning_count)
H A Dmysqli_api.c2631 PHP_FUNCTION(mysqli_warning_count) argument

Completed in 36 milliseconds