create_notation   118 ext/dom/dom_iterators.c 		return create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   156 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   288 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   121 ext/dom/php_dom.h xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);