test_elem        2284 ext/simplexml/simplexml.c 	int test_elem = sxe->iter.type == SXE_ITER_ELEMENT  && sxe->iter.name;
test_elem        2290 ext/simplexml/simplexml.c 			if ((!test_elem || !xmlStrcmp(node->name, sxe->iter.name)) && match_ns(sxe, node, prefix, isprefix)) {