diff options
Diffstat (limited to 'ext/spl/examples/tree.php')
-rwxr-xr-x | ext/spl/examples/tree.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/examples/tree.php b/ext/spl/examples/tree.php index 0ade2dd3ec..9a61acf942 100755 --- a/ext/spl/examples/tree.php +++ b/ext/spl/examples/tree.php @@ -26,6 +26,7 @@ EOF; exit(1); } +echo $argv[1]."\n"; foreach(new DirectoryGraphIterator($argv[1]) as $file) { echo $file . "\n"; } |