php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
st_mysqlnd_debug Struct Reference

#include <mysqlnd_debug.h>

Data Fields

php_streamstream
 
unsigned int flags
 
unsigned int nest_level_limit
 
int pid
 
char * file_name
 
zend_stack call_stack
 
zend_stack call_time_stack
 
HashTable not_filtered_functions
 
HashTable function_profiles
 
struct st_mysqlnd_debug_methodsm
 
const char ** skip_functions
 

Detailed Description

Definition at line 42 of file mysqlnd_debug.h.

Field Documentation

◆ call_stack

zend_stack st_mysqlnd_debug::call_stack

Definition at line 49 of file mysqlnd_debug.h.

◆ call_time_stack

zend_stack st_mysqlnd_debug::call_time_stack

Definition at line 50 of file mysqlnd_debug.h.

◆ file_name

char* st_mysqlnd_debug::file_name

Definition at line 48 of file mysqlnd_debug.h.

◆ flags

unsigned int st_mysqlnd_debug::flags

Definition at line 45 of file mysqlnd_debug.h.

◆ function_profiles

HashTable st_mysqlnd_debug::function_profiles

Definition at line 52 of file mysqlnd_debug.h.

◆ m

struct st_mysqlnd_debug_methods* st_mysqlnd_debug::m

Definition at line 53 of file mysqlnd_debug.h.

◆ nest_level_limit

unsigned int st_mysqlnd_debug::nest_level_limit

Definition at line 46 of file mysqlnd_debug.h.

◆ not_filtered_functions

HashTable st_mysqlnd_debug::not_filtered_functions

Definition at line 51 of file mysqlnd_debug.h.

◆ pid

int st_mysqlnd_debug::pid

Definition at line 47 of file mysqlnd_debug.h.

◆ skip_functions

const char** st_mysqlnd_debug::skip_functions

Definition at line 54 of file mysqlnd_debug.h.

◆ stream

php_stream* st_mysqlnd_debug::stream

Definition at line 44 of file mysqlnd_debug.h.


The documentation for this struct was generated from the following file: