php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
error.h File Reference

Go to the source code of this file.

Data Structures

struct  lxb_css_syntax_tokenizer_error_t
 

Enumerations

enum  lxb_css_syntax_tokenizer_error_id_t {
  LXB_CSS_SYNTAX_TOKENIZER_ERROR_UNEOF = 0x0000 , LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINCO , LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINST , LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINUR ,
  LXB_CSS_SYNTAX_TOKENIZER_ERROR_QOINUR , LXB_CSS_SYNTAX_TOKENIZER_ERROR_WRESINUR , LXB_CSS_SYNTAX_TOKENIZER_ERROR_NEINST , LXB_CSS_SYNTAX_TOKENIZER_ERROR_BACH ,
  LXB_CSS_SYNTAX_TOKENIZER_ERROR_BACOPO
}
 

Functions

LXB_API lxb_css_syntax_tokenizer_error_tlxb_css_syntax_tokenizer_error_add (lexbor_array_obj_t *parse_errors, const lxb_char_t *pos, lxb_css_syntax_tokenizer_error_id_t id)
 

Enumeration Type Documentation

◆ lxb_css_syntax_tokenizer_error_id_t

Enumerator
LXB_CSS_SYNTAX_TOKENIZER_ERROR_UNEOF 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINCO 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINST 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_EOINUR 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_QOINUR 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_WRESINUR 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_NEINST 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_BACH 
LXB_CSS_SYNTAX_TOKENIZER_ERROR_BACOPO 

Definition at line 18 of file error.h.

Function Documentation

◆ lxb_css_syntax_tokenizer_error_add()

LXB_API lxb_css_syntax_tokenizer_error_t * lxb_css_syntax_tokenizer_error_add ( lexbor_array_obj_t * parse_errors,
const lxb_char_t * pos,
lxb_css_syntax_tokenizer_error_id_t id )

Definition at line 11 of file error.c.