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

Go to the source code of this file.

Macros

#define xml_module_ptr   NULL
 
#define phpext_xml_ptr   xml_module_ptr
 
#define PHP_XML_SAX_IMPL   "expat"
 

Enumerations

enum  php_xml_option {
  PHP_XML_OPTION_CASE_FOLDING = 1 , PHP_XML_OPTION_TARGET_ENCODING , PHP_XML_OPTION_SKIP_TAGSTART , PHP_XML_OPTION_SKIP_WHITE ,
  PHP_XML_OPTION_PARSE_HUGE
}
 

Macro Definition Documentation

◆ PHP_XML_SAX_IMPL

#define PHP_XML_SAX_IMPL   "expat"

Definition at line 53 of file php_xml.h.

◆ phpext_xml_ptr

#define phpext_xml_ptr   xml_module_ptr

Definition at line 40 of file php_xml.h.

◆ xml_module_ptr

#define xml_module_ptr   NULL

Definition at line 37 of file php_xml.h.

Enumeration Type Documentation

◆ php_xml_option

Enumerator
PHP_XML_OPTION_CASE_FOLDING 
PHP_XML_OPTION_TARGET_ENCODING 
PHP_XML_OPTION_SKIP_TAGSTART 
PHP_XML_OPTION_SKIP_WHITE 
PHP_XML_OPTION_PARSE_HUGE 

Definition at line 42 of file php_xml.h.