mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Generate function entries from stubs for mysqli
Closes GH-5420
This commit is contained in:
parent
4e1219ac88
commit
928b25cd6e
12 changed files with 827 additions and 654 deletions
|
@ -27,13 +27,6 @@
|
|||
#include "mysqli_priv.h"
|
||||
#include "zend_exceptions.h"
|
||||
|
||||
/* {{{ mysqli_exception_methods[]
|
||||
*/
|
||||
const zend_function_entry mysqli_exception_methods[] = {
|
||||
PHP_FE_END
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...)
|
||||
{
|
||||
zval sql_ex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue