Searched refs:php_mysqli_throw_sql_exception (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_report.c | 30 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...… 52 php_mysqli_throw_sql_exception((char *)sqlstate, errorno TSRMLS_CC, "%s", error); in php_mysqli_report_error() 67 …php_mysqli_throw_sql_exception("00000", 0 TSRMLS_CC, "%s used in query/prepared statement %s", ind… in php_mysqli_report_index()
|
H A D | mysqli_exception.c | 39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception() function
|
H A D | mysqli_priv.h | 79 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...…
|
H A D | mysqli_nonapi.c | 250 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR… 636 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR… 881 …php_mysqli_throw_sql_exception((char *)mysql_sqlstate(mysql->mysql), mysql_errno(mysql->mysql) TSR…
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_report.phpt | 138 php_mysqli_throw_sql_exception() ->
|
Completed in 21 milliseconds