ID: 48527 User updated by: dt at crystalcc dot com Reported By: dt at crystalcc dot com Status: Open Bug Type: DOM XML related Operating System: Linux, QNX PHP Version: 5.2.9 New Comment:
Related Eclipse bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=171970 Previous Comments: ------------------------------------------------------------------------ [2009-06-11 11:42:45] dt at crystalcc dot com 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] { } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48527&edit=1
