Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c38 static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err) in php_mysqli_set_error() function
189 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
316 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
328 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));

Completed in 6 milliseconds