php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61810 ext/dom/tests/dom007.phpt failed
Submitted: 2012-04-22 11:11 UTC Modified: 2012-05-01 22:54 UTC
From: laruence@php.net Assigned: sixd (profile)
Status: Closed Package: Testing related
PHP Version: 5.3.10 OS:
Private report: No CVE-ID: None
 [2012-04-22 11:11 UTC] laruence@php.net
Description:
------------
---- EXPECTED OUTPUT
Length: 1
Key GIF: GIF (image/gif) (-)

Index 0: GIF (image/gif) (-)

NULL

Length: 3
Key: test Name: test
Key: rdf Name: rdf
Key: myimage Name: myimage

Index 0: test
Index 1: rdf
Index 2: myimage

NULL
NULL
---- ACTUAL OUTPUT
Length: 1
Key GIF: GIF (image/gif) (-)

Index 0: GIF (image/gif) (-)

NULL

Length: 3
Key: myimage Name: myimage
Key: rdf Name: rdf
Key: test Name: test

Index 0: myimage
Index 1: rdf
Index 2: test

NULL
NULL
---- FAILED


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-22 14:27 UTC] laruence@php.net
the index sequence is random in my box, that the reason for why this test failed.
 [2012-05-01 22:37 UTC] sixd@php.net
This is the top most reported diff on http://qa.php.net/reports/?version=5.4.0 
with nearly double the fail reports of the second highest diff.
 [2012-05-01 22:54 UTC] sixd@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Fixed in 5.3, 5.4 and master.
 [2012-05-01 22:54 UTC] sixd@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: sixd
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC