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 |
|
||||||||||
| 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 commits
[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