Edit report at http://bugs.php.net/bug.php?id=50828&edit=1
ID: 50828 Updated by: rricha...@php.net Reported by: xuecan at gmail dot com Summary: DOMNotation is not subclass of DOMNode -Status: Open +Status: Closed Type: Bug Package: DOM XML related Operating System: * PHP Version: 5.*, 6 -Assigned To: +Assigned To: rrichards New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2010-04-09 13:34:36] rricha...@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-01-24 13:37:23] 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) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=50828&edit=1