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