summaryrefslogtreecommitdiff
path: root/ext/spl/tests/filesystemiterator_flags.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/filesystemiterator_flags.phpt')
-rw-r--r--ext/spl/tests/filesystemiterator_flags.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/filesystemiterator_flags.phpt b/ext/spl/tests/filesystemiterator_flags.phpt
index 635345655b..c74129760c 100644
--- a/ext/spl/tests/filesystemiterator_flags.phpt
+++ b/ext/spl/tests/filesystemiterator_flags.phpt
@@ -10,7 +10,7 @@ printflags($it);
$it->setFlags(FileSystemIterator::CURRENT_AS_SELF |
FileSystemIterator::KEY_AS_FILENAME |
- FileSystemIterator::SKIP_DOTS |
+ FileSystemIterator::SKIP_DOTS |
FileSystemIterator::UNIX_PATHS);
printflags($it);