Searched refs:create_notation (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/dom/ |
H A D | namednodemap.c | 87 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_named_node_map_get_named_item() 228 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_METHOD()
|
H A D | dom_iterators.c | 59 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() function 118 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
|
H A D | php_dom.h | 136 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
|
Completed in 7 milliseconds