Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c36 static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err) in php_mysqli_set_error() function
188 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
315 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
327 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));

Completed in 9 milliseconds