Searched refs:php_mysqli_throw_sql_exception (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_report.c | 26 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...); 47 php_mysqli_throw_sql_exception((char *)sqlstate, errorno, "%s", error); in php_mysqli_report_error() 62 php_mysqli_throw_sql_exception("00000", 0, "%s used in query/prepared statement %s", index, query); in php_mysqli_report_index()
|
H A D | mysqli_exception.c | 30 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...) in php_mysqli_throw_sql_exception() function
|
H A D | mysqli_priv.h | 65 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...);
|
H A D | mysqli_nonapi.c | 315 php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql),
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_report.phpt | 168 php_mysqli_throw_sql_exception() ->
|
Completed in 11 milliseconds