diff options
author | foobar <sniper@php.net> | 2005-12-06 01:08:49 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 01:08:49 +0000 |
commit | d95275052bbb9b8c9b2fcadaafe03b4e2488203b (patch) | |
tree | d7d743fe225ba30d4ca6a9b93d51b48136a41715 /ext/xml/php_xml.h | |
parent | a3c0b190d1bd39fee6f96be68738d1dadc633161 (diff) | |
download | php-git-d95275052bbb9b8c9b2fcadaafe03b4e2488203b.tar.gz |
MFH
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 2 |
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; |