Edit report at https://bugs.php.net/bug.php?id=65447&edit=1
ID: 65447 Updated by: c...@php.net Reported by: larue...@php.net Summary: Two tests start to fail in ext/dom -Status: Feedback +Status: No Feedback Type: Bug Package: Testing related PHP Version: 5.5.1 Assigned To: cmb Block user comment: N Private report: N New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Re-Opened". Thank you. Previous Comments: ------------------------------------------------------------------------ [2018-08-15 14:53:23] c...@php.net Has that been fixed with commit 3ad9ff1[1] (or maybe otherwise), or is this still an issue? [1] <http://git.php.net/?p=php-src.git;a=commit;h=3ad9ff1> ------------------------------------------------------------------------ [2013-08-14 07:41:42] larue...@php.net Description: ------------ Test DOMDocument::loadXML() detects not-well formed XML [ext/dom/tests/DOMDocument_loadXML_error4.phpt] Test DOMDocument::load() detects not-well formed XML [ext/dom/tests/DOMDocument_load_error4.phpt] $ cat ext/dom/tests/DOMDocument_loadXML_error4.diff 001+ Notice: DOMDocument::loadXML(): Unsupported version '3.1' in Entity, line: 1 in /home/huixinchen/opensource/php- 5.5/ext/dom/tests/DOMDocument_loadXML_error4.php on line 8 001- Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s 002+ 003+ Warning: assert(): Assertion "$result === $expectedResult" failed in /home/huixinchen/opensource/php-5.5/ext/dom/tests/DOMDocument_loadXML_error4.php on line 11 Test script: --------------- none Expected result: ---------------- none Actual result: -------------- none ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65447&edit=1