You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered while working on virtual property improvements.
In fact, it appears to have never worked. In 8.0 it just outputted an empty object: https://3v4l.org/qsVMP#v8.0.0
The following code:
<?php$reader = XMLReader::XML("<root>hi</root>");
while ($reader->read()) {
var_dump($reader);
}