summaryrefslogtreecommitdiff
path: root/ext/xml/php_xml.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 01:08:49 +0000
committerfoobar <sniper@php.net>2005-12-06 01:08:49 +0000
commitd95275052bbb9b8c9b2fcadaafe03b4e2488203b (patch)
treed7d743fe225ba30d4ca6a9b93d51b48136a41715 /ext/xml/php_xml.h
parenta3c0b190d1bd39fee6f96be68738d1dadc633161 (diff)
downloadphp-git-d95275052bbb9b8c9b2fcadaafe03b4e2488203b.tar.gz
MFH
Diffstat (limited to 'ext/xml/php_xml.h')
-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;