--TEST-- Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity) --SKIPIF-- --FILE-- openMemory(); $xw->startDocument(NULL, "UTF-8"); $xw->startDtd("root"); $xw->writeDtdEntity("c", NULL, 0, "-//W3C//TEXT copyright//EN", "http://www.w3.org/xmlspec/copyright.xml"); $xw->endDtd(); $xw->startElement("root"); $xw->endDocument(); print $xw->flush(true); ?> --EXPECT-- ]> ]>