Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Dnamednodemap.c87 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 Ddom_iterators.c59 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 Dphp_dom.h136 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);

Completed in 10 milliseconds