Refactor simpleXML (compilable, but incompleted)

This commit is contained in:
Xinchen Hui 2014-04-14 19:27:22 +08:00
parent b178992cd1
commit a975c7e0fe
5 changed files with 219 additions and 261 deletions

View file

@ -75,10 +75,10 @@ typedef struct _php_libxml_node_ptr {
} php_libxml_node_ptr;
typedef struct _php_libxml_node_object {
zend_object std;
php_libxml_node_ptr *node;
php_libxml_ref_obj *document;
HashTable *properties;
zend_object std;
} php_libxml_node_object;
typedef void * (*php_libxml_export_node) (zval *object TSRMLS_DC);