17#ifndef PHP_SIMPLEXML_H
18#define PHP_SIMPLEXML_H
21#define phpext_simplexml_ptr &simplexml_module_entry
24#define PHP_SIMPLEXML_VERSION PHP_VERSION
31#include <libxml/parser.h>
32#include <libxml/parserInternals.h>
33#include <libxml/tree.h>
34#include <libxml/uri.h>
35#include <libxml/xmlerror.h>
36#include <libxml/xinclude.h>
37#include <libxml/xpath.h>
38#include <libxml/xpathInternals.h>
39#include <libxml/xpointer.h>
40#include <libxml/xmlschemas.h>
71# ifdef PHP_SIMPLEXML_EXPORTS
72# define PHP_SXE_API __declspec(dllexport)
74# define PHP_SXE_API __declspec(dllimport)
77# define PHP_SXE_API ZEND_API
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
zend_module_entry simplexml_module_entry
PHP_SXE_API zend_class_entry * ce_SimpleXMLIterator
PHP_SXE_API zend_class_entry * ce_SimpleXMLElement
PHP_SXE_API zend_class_entry * sxe_get_element_class_entry(void)
zend_function * fptr_count
php_libxml_node_ptr * node
php_libxml_ref_obj * document
union _zend_function zend_function
struct _zend_string zend_string
struct _zend_module_entry zend_module_entry
struct _zend_class_entry zend_class_entry
struct _zend_object zend_object
struct _zend_array HashTable