Searched refs:php_dom_libxml_notation_iter (Results 1 – 4 of 4) sorted by relevance
104 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_notation_iter() function231 curnode = php_dom_libxml_notation_iter(objmap->ht, iter->index); in php_dom_iterator_move_forward()315 curnode = php_dom_libxml_notation_iter(objmap->ht, 0); in php_dom_get_iterator()
116 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in php_dom_nodelist_get_item_into_zval()
138 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index);
143 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in php_dom_named_node_map_get_item()
Completed in 14 milliseconds