summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/xml/php_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index a4e9f5e5f1..de8961f65e 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.h
@@ -86,7 +86,7 @@ typedef struct {
int level;
int toffset;
int curtag;
- pval **ctag;
+ zval **ctag;
char **ltags;
int lastwasopen;
int skipwhite;