Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c45 static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err) in php_mysqli_set_error() function
190 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
300 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));
312 php_mysqli_set_error(mysql_errno(mysql->mysql), (char *) mysql_error(mysql->mysql));

Completed in 12 milliseconds