Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_warning_count.phpt2 mysqli_warning_count()
16 if (0 !== ($tmp = mysqli_warning_count($link)))
22 if (1 !== ($tmp = mysqli_warning_count($link)))
28 mysqli_warning_count($link);
H A Dmysqli_class_mysqli_interface.phpt232 assert(mysqli_warning_count($link) === $mysqli->warning_count);
235 mysqli_warning_count($link), gettype(mysqli_warning_count($link)));
H A Dmysqli_class_mysqli_properties_no_conn.phpt186 mysqli_warning_count($mysqli);
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_warning_count.phpt2 function test: mysqli_warning_count()
19 var_dump(mysqli_warning_count($link));
/php-src/ext/mysqli/
H A Dmysqli.stub.php1654 function mysqli_warning_count(mysqli $mysql): int {}
H A Dmysqli_arginfo.h811 ZEND_FUNCTION(mysqli_warning_count);
927 ZEND_FE(mysqli_warning_count, arginfo_mysqli_warning_count)
H A Dmysqli_api.c1993 PHP_FUNCTION(mysqli_warning_count) in PHP_FUNCTION() argument

Completed in 24 milliseconds