简体   繁体   中英

Debugging of object of DOMXPath and DOMDocument

We use echo or print_r to get value of variables while debugging PHP code.

But, object of DOMXPath or DOMDocument are not captured in echo or print_r .

How to get values from above objects while debugging PHP code?

This is a bug:

For some reason, DOM* classes do not expose their properties, neither to Reflection, nor to any other function capable of inspecting objects. You'd have to write a custom inspector that collects the properties manually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM