summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-04 15:03:48 +0000
committerWez Furlong <wez@php.net>2004-05-04 15:03:48 +0000
commit263723ec9b9d1f7b82a7de1e2cef25803bf24baa (patch)
tree5bfa8f5e83e3d58b2d7dc354975bc05779d29850 /ext/simplexml/simplexml.c
parentd056b25c3f6930c7034b16c7091ac49f13f07098 (diff)
downloadphp-git-263723ec9b9d1f7b82a7de1e2cef25803bf24baa.tar.gz
Update for count_elements handler for overloaded objects.
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r--ext/simplexml/simplexml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index 968e528a75..b2af53d210 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -1077,7 +1077,8 @@ static zend_object_handlers sxe_object_handlers = {
NULL, /* zend_get_std_object_handlers()->get_class_entry,*/
NULL, /* zend_get_std_object_handlers()->get_class_name,*/
sxe_objects_compare,
- sxe_object_cast
+ sxe_object_cast,
+ NULL
};
/* {{{ sxe_object_clone()