Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_warning_count.phpt2 mysqli_warning_count()
17 if (0 !== ($tmp = mysqli_warning_count($link)))
23 if (1 !== ($tmp = mysqli_warning_count($link)))
29 mysqli_warning_count($link);
H A D041.phpt2 function test: mysqli_warning_count()
20 var_dump(mysqli_warning_count($link));
H A Dmysqli_class_mysqli_interface.phpt233 assert(mysqli_warning_count($link) === $mysqli->warning_count);
236 mysqli_warning_count($link), gettype(mysqli_warning_count($link)));
H A Dmysqli_get_warnings.phpt70 if (($tmp = mysqli_warning_count($link)) !== 2)
H A Dmysqli_class_mysqli_properties_no_conn.phpt189 mysqli_warning_count($mysqli);
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php770 function mysqli_warning_count(mysqli $mysql): int {} function
H A Dmysqli_arginfo.h804 ZEND_FUNCTION(mysqli_warning_count);
934 ZEND_FE(mysqli_warning_count, arginfo_mysqli_warning_count)
H A Dmysqli_api.c2584 PHP_FUNCTION(mysqli_warning_count) argument

Completed in 47 milliseconds