|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-09 13:34 UTC] rrichards@php.net
[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
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
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)