|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-06-11 15:06 UTC] dt at crystalcc dot com
[2011-11-28 09:16 UTC] questionsofscience at gmail dot com
[2013-12-03 08:12 UTC] mike@php.net
-Type: Bug
+Type: Feature/Change Request
[2019-09-22 22:05 UTC] beberlei@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: beberlei
[2019-09-22 22:05 UTC] beberlei@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
Description: ------------ None of DOM XML internal objects expose the class properties to Reflection* objects. This breaks PHP code assist for these objects in Eclipse PDT. Reproduce code: --------------- <?php ReflectionClass::export('DOMDocument'); ?> Expected result: ---------------- Class [ <internal:dom> class DOMDocument extends DOMNode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [14] { [ list of properties ] } Actual result: -------------- Class [ <internal:dom> class DOMDocument extends DOMNode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { }