php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-09 13:34 UTC] rrichards@php.net
Automatic comment from SVN on behalf of rrichards
Revision: http://svn.php.net/viewvc/?view=revision&revision=297744
Log: fix bug #50828 (DOMNotation is not subclass of DOMNode)
 [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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC