php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <html_tables.h>
Data Fields | ||
struct { | ||
const char * default_entity | ||
unsigned size | ||
unsigned short default_entity_len | ||
} | leading_entry | |
struct { | ||
const char * entity | ||
unsigned second_cp | ||
unsigned short entity_len | ||
} | normal_entry | |
Definition at line 1095 of file html_tables.h.
const char* entity_multicodepoint_row::default_entity |
Definition at line 1097 of file html_tables.h.
unsigned short entity_multicodepoint_row::default_entity_len |
Definition at line 1099 of file html_tables.h.
const char* entity_multicodepoint_row::entity |
Definition at line 1102 of file html_tables.h.
unsigned short entity_multicodepoint_row::entity_len |
Definition at line 1104 of file html_tables.h.
struct { ... } entity_multicodepoint_row::leading_entry |
struct { ... } entity_multicodepoint_row::normal_entry |
unsigned entity_multicodepoint_row::second_cp |
Definition at line 1103 of file html_tables.h.
unsigned entity_multicodepoint_row::size |
Definition at line 1098 of file html_tables.h.