3
I was debugging an instance of DOMAttr
with var_dump
and print_r
and the following error occurred:
Example:
print_r($domnode);
Exit:
Not yet implemented
Instead of displaying the data from objeto
, was returned this message.
What does that mean?
It’s the rascal’s trick?
– rray
Here -> https://bugs.php.net/bug.php?id=61858
– Bacco
Which version of php you’re using?
– rray