FREE_HASHTABLE(intern->node_list);
}
- if (intern->doc) {
- php_libxml_decrement_doc_ref(intern->doc TSRMLS_CC);
- efree(intern->doc);
- }
-
if (intern->ptr) {
/* free wrapper */
if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) {
intern->hasKeys = 0;
intern->registerPhpFunctions = 0;
intern->node_list = NULL;
- intern->doc = NULL;
ALLOC_HASHTABLE(intern->std.properties);
zend_hash_init(intern->std.properties, 0, NULL, ZVAL_PTR_DTOR, 0);
int hasKeys;
int registerPhpFunctions;
HashTable *node_list;
- php_libxml_node_object *doc;
} xsl_object;
void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);