mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Refactor simpleXML (compilable, but incompleted)
This commit is contained in:
parent
b178992cd1
commit
a975c7e0fe
5 changed files with 219 additions and 261 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue