php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65447 Two tests start to fail in ext/dom
Submitted: 2013-08-14 07:41 UTC Modified: 2018-09-02 09:35 UTC
From: laruence@php.net Assigned: cmb (profile)
Status: No Feedback Package: Testing related
PHP Version: 5.5.1 OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-08-14 07:41 UTC] laruence@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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-08-15 14:53 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2018-08-15 14:53 UTC] cmb@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>
 [2018-09-02 09:35 UTC] cmb@php.net
-Status: Feedback +Status: No Feedback
 [2018-09-02 09:35 UTC] cmb@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 11:01:30 2024 UTC