Home
last modified time | relevance | path

Searched refs:localname_set (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dxml_serializer.c729 HashTable localname_set; in dom_xml_serialize_attributes() local
730 zend_hash_init(&localname_set, 8, NULL, NULL, false); in dom_xml_serialize_attributes()
739 bool duplicate = zend_hash_add_empty_element(&localname_set, key) == NULL; in dom_xml_serialize_attributes()
873 zend_hash_destroy(&localname_set); in dom_xml_serialize_attributes()
877 zend_hash_destroy(&localname_set); in dom_xml_serialize_attributes()

Completed in 10 milliseconds