21#define phpext_xsl_ptr &xsl_module_entry
24#define PHP_XSL_VERSION PHP_VERSION
30#include <libxslt/xsltconfig.h>
31#include <libxslt/xsltInternals.h>
32#include <libxslt/xsltutils.h>
33#include <libxslt/transform.h>
34#include <libxslt/security.h>
36#include <libexslt/exslt.h>
37#include <libexslt/exsltconfig.h>
43#include <libxslt/extensions.h>
44#include <libxml/xpathInternals.h>
46#define XSL_SECPREF_NONE 0
47#define XSL_SECPREF_READ_FILE 2
48#define XSL_SECPREF_WRITE_FILE 4
49#define XSL_SECPREF_CREATE_DIRECTORY 8
50#define XSL_SECPREF_READ_NETWORK 16
51#define XSL_SECPREF_WRITE_NETWORK 32
53#define XSL_SECPREF_DEFAULT (XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_FILE)
62 php_libxml_node_object *
doc;
71#define Z_XSL_P(zv) php_xsl_fetch_object(Z_OBJ_P((zv)))
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
#define PHP_RINIT_FUNCTION
#define PHP_RSHUTDOWN_FUNCTION
zend_module_entry xsl_module_entry
zval * xsl_prop_max_template_vars(zend_object *object)
void xsl_objects_free_storage(zend_object *object)
void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs)
void xsl_free_sheet(xsl_object *intern)
zval * xsl_prop_max_template_depth(zend_object *object)
void php_xsl_set_object(zval *wrapper, void *obj)
void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs)
php_libxml_node_object * doc
php_libxml_ref_obj * sheet_ref_obj
php_dom_xpath_callbacks xpath_callbacks
struct _zend_string zend_string
struct _zend_module_entry zend_module_entry
#define XtOffsetOf(s_type, field)
struct _zend_object zend_object
struct _zend_array HashTable