diff options
| -rw-r--r-- | ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt b/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt index 2395b01344..2aec2cf7be 100644 --- a/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt +++ b/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt @@ -42,6 +42,10 @@ validateOnParse set to FALSE: No Error Report Above validateOnParse set to TRUE: +Warning: DOMDocument::loadXML(): Entity 'nbsp' not defined in Entity, line: %d in %s on line %d + +Warning: DOMDocument::loadXML(): Entity 'copy' not defined in Entity, line: %d in %s on line %d + Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line %d Warning: DOMDocument::loadXML(): Element body content does not follow the DTD, expecting (p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | noscript | ins | del | script)*, got (div div div div div NYPHP) in Entity, line: %d in %s on line %d |
