SystemID 172 ext/dom/documenttype.c if (dtdptr->SystemID) { SystemID 173 ext/dom/documenttype.c ZVAL_STRING(*retval, (char *) (dtdptr->SystemID), 1); SystemID 59 ext/dom/dom_iterators.c xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) /* {{{ */ SystemID 68 ext/dom/dom_iterators.c ret->SystemID = xmlStrdup(SystemID); SystemID 118 ext/dom/dom_iterators.c return create_notation(notep->name, notep->PublicID, notep->SystemID); SystemID 90 ext/dom/entity.c ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); SystemID 156 ext/dom/namednodemap.c itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); SystemID 288 ext/dom/namednodemap.c itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); SystemID 88 ext/dom/notation.c if (nodep->SystemID) { SystemID 89 ext/dom/notation.c ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); SystemID 121 ext/dom/php_dom.h xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); SystemID 206 ext/libxml/libxml.c if (((xmlEntityPtr) node)->SystemID != NULL) { SystemID 207 ext/libxml/libxml.c xmlFree((char *) ((xmlEntityPtr) node)->SystemID); SystemID 404 ext/xml/compat.c _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL);