summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
authorEtienne Kneuss <colder@php.net>2008-07-09 21:27:28 +0000
committerEtienne Kneuss <colder@php.net>2008-07-09 21:27:28 +0000
commit003841e312c00966846c636a3d9b2f41915ae297 (patch)
tree9b8fd55e6265780407fbfcb04152c7471ea51454 /ext/simplexml/php_simplexml.h
parentb229f9b7d877144ffcf76a7138a3328b0d01cc2f (diff)
downloadphp-git-003841e312c00966846c636a3d9b2f41915ae297.tar.gz
MFH: Move SXI::count to SXE::count and make it user-friendly
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 095074c972..309f0186c5 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -68,6 +68,7 @@ typedef struct {
zval *data;
} iter;
zval *tmp;
+ zend_function *fptr_count;
} php_sxe_object;
#ifdef ZTS