php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mysqli_warning.c File Reference
#include <signal.h>
#include "php.h"
#include "php_mysqli_structs.h"
#include "mysqli_priv.h"

Go to the source code of this file.

Functions

void php_clear_warnings (MYSQLI_WARNING *w)
 
MYSQLI_WARNINGphp_get_warnings (MYSQLND_CONN_DATA *mysql)
 
 PHP_METHOD (mysqli_warning, next)
 
 PHP_METHOD (mysqli_warning, __construct)
 

Variables

const mysqli_property_entry mysqli_warning_property_entries []
 

Function Documentation

◆ php_clear_warnings()

void php_clear_warnings ( MYSQLI_WARNING * w)

Definition at line 28 of file mysqli_warning.c.

◆ php_get_warnings()

MYSQLI_WARNING * php_get_warnings ( MYSQLND_CONN_DATA * mysql)

Definition at line 62 of file mysqli_warning.c.

◆ PHP_METHOD() [1/2]

PHP_METHOD ( mysqli_warning ,
__construct  )

Definition at line 200 of file mysqli_warning.c.

◆ PHP_METHOD() [2/2]

PHP_METHOD ( mysqli_warning ,
next  )

Definition at line 118 of file mysqli_warning.c.

Variable Documentation

◆ mysqli_warning_property_entries

const mysqli_property_entry mysqli_warning_property_entries[]
Initial value:
= {
{"message", sizeof("message") - 1, mysqli_warning_message, NULL},
{"sqlstate", sizeof("sqlstate") - 1, mysqli_warning_sqlstate, NULL},
{"errno", sizeof("errno") - 1, mysqli_warning_errno, NULL},
{NULL, 0, NULL, NULL}
}
#define NULL
Definition gdcache.h:45

Definition at line 208 of file mysqli_warning.c.