History log of /PHP-8.2/ext/spl/tests/filesystemiterator_no_skip_dots.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 088e5478 24-Sep-2021 Nikita Popov

Fix FileSystemIterator without SKIP_DOTS

There were two separate bugs here:
* The get_iterator implementation did not match the Iterator
implementation. In particular, get_iterat

Fix FileSystemIterator without SKIP_DOTS

There were two separate bugs here:
* The get_iterator implementation did not match the Iterator
implementation. In particular, get_iterator did not respect
SKIP_DOTS.
* The constructor did not honor an explicitly omitted SKIP_DOTS
flag. It could still be unset through setFlags() though.

show more ...