I was debugging an instance of DOMAttr
with var_dump
and print_r
and the following error occurred:
Example:
print_r($domnode);
Output:
Not yet implemented
Instead of displaying data from objeto
, that message was returned to me.
What does this mean?