Searched refs:create_notation (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/dom/ |
H A D | namednodemap.c | 156 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION() 294 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
|
H A D | dom_iterators.c | 63 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() function 122 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
|
H A D | php_dom.h | 124 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
|
Completed in 10 milliseconds