create_notation   114 ext/dom/dom_iterators.c 		return create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   166 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   302 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
create_notation   110 ext/dom/php_dom.h xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);