publicid           96 ext/dom/domimplementation.c 	char *name = NULL, *publicid = NULL, *systemid = NULL;
publicid          100 ext/dom/domimplementation.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sss", &name, &name_len, &publicid, &publicid_len, &systemid, &systemid_len) == FAILURE) {
publicid          110 ext/dom/domimplementation.c 		pch1 = publicid;