summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 7314d8c825..b908e4c722 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -55,7 +55,6 @@ typedef enum {
} SXE_ITER;
typedef struct {
- zend_object zo;
php_libxml_node_ptr *node;
php_libxml_ref_obj *document;
HashTable *properties;
@@ -65,10 +64,11 @@ typedef struct {
xmlChar *nsprefix;
int isprefix;
SXE_ITER type;
- zval *data;
+ zval data;
} iter;
- zval *tmp;
+ zval tmp;
zend_function *fptr_count;
+ zend_object zo;
} php_sxe_object;
#ifdef ZTS