DOMNotation is not subclass of DOMNode

Bug #50828 DOMNotation is not subclass of DOMNode
Submitted: 2010-01-24 13:37 UTC Modified: 2010-04-09 13:37 UTC
Votes:3
Avg. Score:3.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:2 (66.7%)
From: xuecan at gmail dot com Assigned: rrichards (profile)
Status: Closed Package: DOM XML related
PHP Version: 5.*, 6 OS: *
Private report: No CVE-ID: None

 [2010-01-24 13:37 UTC] xuecan at gmail dot com

Description:
------------
DOMNotation is not subclass of DOMNode but it should be.


Reproduce code:
---------------
var_dump(is_subclass_of('DOMNotation', 'DOMNode'));



Expected result:
----------------
bool(true)

Actual result:
--------------
bool(false)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2010-04-09 13:37 UTC] rrichards@php.net

-Status: Open +Status: Closed -Assigned To: +Assigned To: rrichards

 [2010-04-09 13:37 UTC] rrichards@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/.
 
Thank you for the report, and for helping us make PHP better.