diff options
Diffstat (limited to 'ext/spl/examples/directorytree.php')
-rwxr-xr-x | ext/spl/examples/directorytree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/directorytree.php b/ext/spl/examples/directorytree.php index dc26d6cc22..38759837f5 100755 --- a/ext/spl/examples/directorytree.php +++ b/ext/spl/examples/directorytree.php @@ -34,4 +34,4 @@ foreach(new LimitIterator(new DirectoryTreeIterator($argv[1]), @$argv[2], $lengt echo $file . "\n"; } -?>
\ No newline at end of file +?> |