It seems your fix should only belong to PHP_5_3 branch, since it doesn't fit anymore into others after bjori's changes.
2011/6/9 Ilia Alshanetsky <il...@php.net>: > iliaa Wed, 08 Jun 2011 23:30:02 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=311955 > > Log: > Fixed test > > Changed paths: > U > php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > U > php/php-src/branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > U > php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > > Modified: > php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > =================================================================== > --- > php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 22:20:38 UTC (rev 311954) > +++ > php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 23:30:02 UTC (rev 311955) > @@ -42,6 +42,10 @@ > 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 > > Modified: > php/php-src/branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > =================================================================== > --- > php/php-src/branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 22:20:38 UTC (rev 311954) > +++ > php/php-src/branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 23:30:02 UTC (rev 311955) > @@ -39,6 +39,10 @@ > 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 from was declared #PCDATA but > contains non text nodes in Entity, line: %d in %s on line %d > > Modified: > php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > =================================================================== > --- > php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 22:20:38 UTC (rev 311954) > +++ > php/php-src/trunk/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt > 2011-06-08 23:30:02 UTC (rev 311955) > @@ -39,6 +39,10 @@ > 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 from was declared #PCDATA but > contains non text nodes in Entity, line: %d in %s on line %d > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Regards, Shein Alexey -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php