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

#include <html_tables.h>

Data Fields

char ambiguous
 
union { 
 
   struct { 
 
      const char *   entity 
 
      unsigned short   entity_len 
 
   }   ent 
 
   const entity_multicodepoint_row *   multicodepoint_table 
 
data 
 
 data
 

Detailed Description

Definition at line 1109 of file html_tables.h.

Field Documentation

◆ ambiguous

char entity_stage3_row::ambiguous

Definition at line 1110 of file html_tables.h.

◆ [union] [1/2]

union { ... } entity_stage3_row::data

◆ data [2/2]

entity_stage3_row::data

Definition at line 391 of file html_table_gen.php.

◆ [struct] [1/2]

struct { ... } entity_stage3_row::ent

◆ ent [2/2]

entity_stage3_row::ent

Definition at line 389 of file html_table_gen.php.

◆ entity

const char* entity_stage3_row::entity

Definition at line 1113 of file html_tables.h.

◆ entity_len

unsigned short entity_stage3_row::entity_len

Definition at line 1114 of file html_tables.h.

◆ multicodepoint_table

const entity_multicodepoint_row* entity_stage3_row::multicodepoint_table

Definition at line 1116 of file html_tables.h.


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