I haven't fully verified this in php-src, but based on this test it appears that the null return was changed to an error.
The Description and Return Values sections here mention null, and it also seems like the return value should be changed from mixed to SimpleXMLIterator, unless the description is wrong there as well.
If the return type is changed, it should also be changed here.