diff options
author | Rob Richards <rrichards@php.net> | 2010-12-27 19:00:13 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2010-12-27 19:00:13 +0000 |
commit | 6fab69a17d70c97d4b002b7af6d1e70f9eb68c20 (patch) | |
tree | ec703b0e74f8bf4bcf1250ffc6399168340f008a | |
parent | 2479cd6ec9ea9b02e5ed89e17f5e9885cfb6219e (diff) | |
download | php-git-6fab69a17d70c97d4b002b7af6d1e70f9eb68c20.tar.gz |
typo
-rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 283c903488..cbde980c04 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1099,7 +1099,7 @@ static HashTable * sxe_get_prop_hash(zval *object, int is_debug TSRMLS_DC) /* {{ if (sxe->iter.type == SXE_ITER_ELEMENT) { node = php_sxe_get_first_node(sxe, node TSRMLS_CC); } - if (node->tpye != XML_ENTITY_DECL) { + if (node->type != XML_ENTITY_DECL) { attr = node ? (xmlAttrPtr)node->properties : NULL; zattr = NULL; test = sxe->iter.name && sxe->iter.type == SXE_ITER_ATTRLIST; |