summaryrefslogtreecommitdiff
path: root/ext/dom/tests/note.dtd
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-04-30 17:23:49 +0200
committerAnatoliy Belsky <ab@php.net>2012-04-30 17:23:49 +0200
commitd26e006d7f01db6fab3942ebbf073beaabf57e2d (patch)
treed6147ddde9776d66bd5cc5ff01d94c9976f86425 /ext/dom/tests/note.dtd
parentec5421d04403ac3e7b013e65fdd7b3ad6fc82c18 (diff)
downloadphp-git-d26e006d7f01db6fab3942ebbf073beaabf57e2d.tar.gz
Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails
Diffstat (limited to 'ext/dom/tests/note.dtd')
-rw-r--r--ext/dom/tests/note.dtd6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/dom/tests/note.dtd b/ext/dom/tests/note.dtd
new file mode 100644
index 0000000000..c2d558eee4
--- /dev/null
+++ b/ext/dom/tests/note.dtd
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!ELEMENT note (to,from,heading,body)>
+<!ELEMENT to (#PCDATA)>
+<!ELEMENT from (#PCDATA)>
+<!ELEMENT heading (#PCDATA)>
+<!ELEMENT body (#PCDATA)>