test_attr        2285 ext/simplexml/simplexml.c 	int test_attr = sxe->iter.type == SXE_ITER_ATTRLIST && sxe->iter.name;
test_attr        2294 ext/simplexml/simplexml.c 			if ((!test_attr || !xmlStrcmp(node->name, sxe->iter.name)) && match_ns(sxe, node, prefix, isprefix)) {