mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Give anonymous dom structs a name (#13135)
This commit is contained in:
parent
90785dd865
commit
89ea24f63e
4 changed files with 9 additions and 9 deletions
|
@ -42,13 +42,13 @@ typedef void (*lexbor_libxml2_bridge_tree_error_reporter)(
|
|||
size_t len
|
||||
);
|
||||
|
||||
typedef struct {
|
||||
typedef struct _lexbor_libxml2_bridge_extracted_observations {
|
||||
bool has_explicit_html_tag;
|
||||
bool has_explicit_head_tag;
|
||||
bool has_explicit_body_tag;
|
||||
} lexbor_libxml2_bridge_extracted_observations;
|
||||
|
||||
typedef struct {
|
||||
typedef struct _lexbor_libxml2_bridge_parse_context {
|
||||
/* Private fields */
|
||||
lexbor_libxml2_bridge_tokenizer_error_reporter tokenizer_error_reporter;
|
||||
lexbor_libxml2_bridge_tree_error_reporter tree_error_reporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue