systemid           97 ext/dom/domimplementation.c 	char *name = NULL, *publicid = NULL, *systemid = NULL;
systemid          101 ext/dom/domimplementation.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &name, &name_len, &publicid, &publicid_len, &systemid, &systemid_len) == FAILURE) {
systemid          114 ext/dom/domimplementation.c 		pch2 = (xmlChar *) systemid;